Html Css Color HEX #CF0506 Venetian Red

📋 copy color: '#CF0506'

red 207 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #CF0506

Tints of Venetian Red #CF0506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.29%

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 94.95%
G = 2.29%
B = 2.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#CF0506 (or 0xCF0506) is known color: Venetian Red. HEX triplet: CF, 05 and 06. RGB value is (207,5,6). Sum of RGB (Red+Green+Blue) = 207+5+6=218 (28% of max value = 765). Red value is 207 (81.25% from 255 or 94.95% from 218); Green value is 5 (2.34% from 255 or 2.29% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0506 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0506 is #30FAF9. Grayscale: #414141. Windows color (decimal): -3209978 or 394703. OLE color: 394703.

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

Color convert

RGB 207 5 6 -
CMYK 0 0.98 0.97 0.19
HSL 359.7º 0.95% 0.42% -
HSV(B) 359.7º 0.98% 0.81% -
XYZ 25.82 13.39 1.4 -
YUV 65.51 94.42 228.92 -
System Red Green Blue C M Y K H S L
Decimal 207 5 6 0 0.98 0.97 0.19 359.7 0.95 0.42
Hex CF 5 6 0 62 61 13 168 5F 2A
Octal 317 5 6 0 142 141 23 550 137 52
Binary 11001111 101 110 0 1100010 1100001 10011 101101000 1011111 101010

Color Harmonies of #CF0506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0506

Black with #CF0506

Text Example


Text Example

White with #CF0506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0506; }

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

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

background-color css

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

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

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

border-color css

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

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

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