Html Css Color HEX #CF0609 Venetian Red

📋 copy color: '#CF0609'

red 207 ◦ green 6 ◦ blue 9

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

Shades of Venetian Red #CF0609

Tints of Venetian Red #CF0609

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.7%

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

R = 93.24%
G = 2.7%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF0609 (or 0xCF0609) is known color: Venetian Red. HEX triplet: CF, 06 and 09. RGB value is (207,6,9). Sum of RGB (Red+Green+Blue) = 207+6+9=222 (29% of max value = 765). Red value is 207 (81.25% from 255 or 93.24% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0609 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0609 is #30F9F6. Grayscale: #424242. Windows color (decimal): -3209719 or 591567. OLE color: 591567.

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

Color convert

RGB 207 6 9 -
CMYK 0 0.97 0.96 0.19
HSL 359.1º 0.94% 0.42% -
HSV(B) 359.1º 0.97% 0.81% -
XYZ 25.85 13.42 1.49 -
YUV 66.44 95.59 228.26 -
System Red Green Blue C M Y K H S L
Decimal 207 6 9 0 0.97 0.96 0.19 359.1 0.94 0.42
Hex CF 6 9 0 61 60 13 167 5E 2A
Octal 317 6 11 0 141 140 23 547 136 52
Binary 11001111 110 1001 0 1100001 1100000 10011 101100111 1011110 101010

Color Harmonies of #CF0609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0609

Black with #CF0609

Text Example


Text Example

White with #CF0609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0609; }

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

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

background-color css

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

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

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

border-color css

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

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

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