Html Css Color HEX #CF0820 Venetian Red

📋 copy color: '#CF0820'

red 207 ◦ green 8 ◦ blue 32

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

Shades of Venetian Red #CF0820

Tints of Venetian Red #CF0820

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 83.81%
G = 3.24%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF0820 (or 0xCF0820) is known color: Venetian Red. HEX triplet: CF, 08 and 20. RGB value is (207,8,32). Sum of RGB (Red+Green+Blue) = 207+8+32=247 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.81% from 247); Green value is 8 (3.52% from 255 or 3.24% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0820 is #30F7DF. Grayscale: #464646. Windows color (decimal): -3209184 or 2099407. OLE color: 2099407.

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

Color convert

RGB 207 8 32 -
CMYK 0 0.96 0.85 0.19
HSL 352.76º 0.93% 0.42% -
HSV(B) 352.76º 0.96% 0.81% -
XYZ 26.08 13.54 2.61 -
YUV 70.24 106.43 225.55 -
System Red Green Blue C M Y K H S L
Decimal 207 8 32 0 0.96 0.85 0.19 352.76 0.93 0.42
Hex CF 8 20 0 60 55 13 161 5D 2A
Octal 317 10 40 0 140 125 23 541 135 52
Binary 11001111 1000 100000 0 1100000 1010101 10011 101100001 1011101 101010

Color Harmonies of #CF0820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0820

Black with #CF0820

Text Example


Text Example

White with #CF0820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0820; }

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

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

background-color css

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

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

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

border-color css

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

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

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