Html Css Color HEX #CF0209 Venetian Red

📋 copy color: '#CF0209'

red 207 ◦ green 2 ◦ blue 9

#CF0209
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #CF0209

Tints of Venetian Red #CF0209

RGB

 RED value IS 207 (81.25% from 255) = 94.95%

 GREEN value IS 2 (1.17% from 255) = 0.92%

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 94.95%
G = 0.92%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF0209 (or 0xCF0209) is known color: Venetian Red. HEX triplet: CF, 02 and 09. RGB value is (207,2,9). Sum of RGB (Red+Green+Blue) = 207+2+9=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 2 (1.17% from 255 or 0.92% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0209 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0209 is #30FDF6. Grayscale: #404040. Windows color (decimal): -3210743 or 590543. OLE color: 590543.

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

Color convert

RGB 207 2 9 -
CMYK 0 0.99 0.96 0.19
HSL 357.95º 0.98% 0.41% -
HSV(B) 357.95º 0.99% 0.81% -
XYZ 25.8 13.33 1.47 -
YUV 64.09 96.92 229.93 -
System Red Green Blue C M Y K H S L
Decimal 207 2 9 0 0.99 0.96 0.19 357.95 0.98 0.41
Hex CF 2 9 0 63 60 13 166 62 29
Octal 317 2 11 0 143 140 23 546 142 51
Binary 11001111 10 1001 0 1100011 1100000 10011 101100110 1100010 101001

Color Harmonies of #CF0209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0209

Black with #CF0209

Text Example


Text Example

White with #CF0209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0209; }

 p { color: rgb(207,2,9); }

 H1.HeaderClassName
 {
   color: #CF0209;
 }
 .AnyTagClassName
 {
   color: #CF0209;
 }
</style>

background-color css

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

 a { background-color: rgb(207,2,9); }

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

border-color css

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

 span { border-color: rgb(207,2,9); }

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