Html Css Color HEX #CF0616 Venetian Red

📋 copy color: '#CF0616'

red 207 ◦ green 6 ◦ blue 22

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

Shades of Venetian Red #CF0616

Tints of Venetian Red #CF0616

RGB

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

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

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

R = 88.09%
G = 2.55%
B = 9.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CF0616 (or 0xCF0616) is known color: Venetian Red. HEX triplet: CF, 06 and 16. RGB value is (207,6,22). Sum of RGB (Red+Green+Blue) = 207+6+22=235 (31% of max value = 765). Red value is 207 (81.25% from 255 or 88.09% from 235); Green value is 6 (2.73% from 255 or 2.55% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0616 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0616 is #30F9E9. Grayscale: #444444. Windows color (decimal): -3209706 or 1443535. OLE color: 1443535.

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

Color convert

RGB 207 6 22 -
CMYK 0 0.97 0.89 0.19
HSL 355.22º 0.94% 0.42% -
HSV(B) 355.22º 0.97% 0.81% -
XYZ 25.94 13.45 1.99 -
YUV 67.92 102.09 227.2 -
System Red Green Blue C M Y K H S L
Decimal 207 6 22 0 0.97 0.89 0.19 355.22 0.94 0.42
Hex CF 6 16 0 61 59 13 163 5E 2A
Octal 317 6 26 0 141 131 23 543 136 52
Binary 11001111 110 10110 0 1100001 1011001 10011 101100011 1011110 101010

Color Harmonies of #CF0616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0616

Black with #CF0616

Text Example


Text Example

White with #CF0616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0616; }

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

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

background-color css

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

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

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

border-color css

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

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

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