Html Css Color HEX #CF0508 Venetian Red

📋 copy color: '#CF0508'

red 207 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #CF0508

Tints of Venetian Red #CF0508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.64%

R = 94.09%
G = 2.27%
B = 3.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF0508 (or 0xCF0508) is known color: Venetian Red. HEX triplet: CF, 05 and 08. RGB value is (207,5,8). Sum of RGB (Red+Green+Blue) = 207+5+8=220 (29% of max value = 765). Red value is 207 (81.25% from 255 or 94.09% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 8 (3.52% from 255 or 3.64% from 220); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0508 is #30FAF7. Grayscale: #414141. Windows color (decimal): -3209976 or 525775. OLE color: 525775.

HSL color Cylindrical-coordinate representation of color #CF0508: hue angle of 359.11º 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 #CF0508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 5 8 -
CMYK 0 0.98 0.96 0.19
HSL 359.11º 0.95% 0.42% -
HSV(B) 359.11º 0.98% 0.81% -
XYZ 25.83 13.39 1.45 -
YUV 65.74 95.42 228.76 -
System Red Green Blue C M Y K H S L
Decimal 207 5 8 0 0.98 0.96 0.19 359.11 0.95 0.42
Hex CF 5 8 0 62 60 13 167 5F 2A
Octal 317 5 10 0 142 140 23 547 137 52
Binary 11001111 101 1000 0 1100010 1100000 10011 101100111 1011111 101010

Color Harmonies of #CF0508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0508

Black with #CF0508

Text Example


Text Example

White with #CF0508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0508; }

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

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

background-color css

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

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

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

border-color css

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

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

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