Html Css Color HEX #CF0816 Venetian Red

📋 copy color: '#CF0816'

red 207 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #CF0816

Tints of Venetian Red #CF0816

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.38%

 BLUE value IS 22 (8.98% from 255) = 9.28%

R = 87.34%
G = 3.38%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF0816 (or 0xCF0816) is known color: Venetian Red. HEX triplet: CF, 08 and 16. RGB value is (207,8,22). Sum of RGB (Red+Green+Blue) = 207+8+22=237 (31% of max value = 765). Red value is 207 (81.25% from 255 or 87.34% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 22 (8.98% from 255 or 9.28% from 237); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0816 is #30F7E9. Grayscale: #454545. Windows color (decimal): -3209194 or 1444047. OLE color: 1444047.

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

Color convert

RGB 207 8 22 -
CMYK 0 0.96 0.89 0.19
HSL 355.78º 0.93% 0.42% -
HSV(B) 355.78º 0.96% 0.81% -
XYZ 25.96 13.5 2 -
YUV 69.1 101.43 226.36 -
System Red Green Blue C M Y K H S L
Decimal 207 8 22 0 0.96 0.89 0.19 355.78 0.93 0.42
Hex CF 8 16 0 60 59 13 164 5D 2A
Octal 317 10 26 0 140 131 23 544 135 52
Binary 11001111 1000 10110 0 1100000 1011001 10011 101100100 1011101 101010

Color Harmonies of #CF0816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0816

Black with #CF0816

Text Example


Text Example

White with #CF0816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0816; }

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

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

background-color css

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

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

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

border-color css

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

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

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