#CF0035

Color #CF0035 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CF0035

Tints of Crimson #CF0035

Color information

#CF0035 (or 0xCF0035) is unknown color: approx Crimson. HEX triplet: CF, 00 and 35. RGB value is (207,0,53). Sum of RGB (Red+Green+Blue) = 207+0+53=260 (34% of max value = 765). Red value is 207 (81.25% from 255 or 79.62% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0035 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0035 is #30FFCA. Grayscale: #434343. Windows color (decimal): -3211211 or 3473615. OLE color: 3473615.

HSL color Cylindrical-coordinate representation of color #CF0035: hue angle of 344.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF0035 is Cyan = 0, Magento = 1, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB207053-
CMYK010.740.19
HSL344.64º100%40.59%-
HSV(B)344.64º100%81.18%-
XYZ26.3713.524.59-
YUV67.94119.58227.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 79.62%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 20.38%
R=79.62%
G=0%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207053010.740.19344.6410040.59
HexCF0350644A131596429
Octal31706501441122353114451
Binary110011110110101011001001001010100111010110011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF0035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF0035; }

 p { color: rgb(207,0,53); }

 H1.HeaderClassName
 {
   color: #CF0035;
 }
 .AnyTagClassName
 {
   color: #CF0035;
 }
</style>
background-color css

<style>
 a { background-color: #CF0035; }

 a { background-color: rgb(207,0,53); }

 div.DivClassName
 {
   background-color: #CF0035;
 }
 .BgClassName
 {
   background-color: #CF0035;
 }
</style>
border-color css

<style>
 span { border-color: #CF0035; }

 span { border-color: rgb(207,0,53); }

 td.TdClassName
 {
   border-color: #CF0035;
 }
 .TagClassName
 {
   border-color: #CF0035;
 }
</style>