Html Css Color HEX #CF0420 Venetian Red

📋 copy color: '#CF0420'

red 207 ◦ green 4 ◦ blue 32

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

Shades of Venetian Red #CF0420

Tints of Venetian Red #CF0420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.65%

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

R = 85.19%
G = 1.65%
B = 13.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF0420 (or 0xCF0420) is known color: Venetian Red. HEX triplet: CF, 04 and 20. RGB value is (207,4,32). Sum of RGB (Red+Green+Blue) = 207+4+32=243 (32% of max value = 765). Red value is 207 (81.25% from 255 or 85.19% from 243); Green value is 4 (1.95% from 255 or 1.65% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0420 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0420 is #30FBDF. Grayscale: #434343. Windows color (decimal): -3210208 or 2098383. OLE color: 2098383.

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

Color convert

RGB 207 4 32 -
CMYK 0 0.98 0.85 0.19
HSL 351.72º 0.96% 0.41% -
HSV(B) 351.72º 0.98% 0.81% -
XYZ 26.04 13.46 2.59 -
YUV 67.89 107.75 227.22 -
System Red Green Blue C M Y K H S L
Decimal 207 4 32 0 0.98 0.85 0.19 351.72 0.96 0.41
Hex CF 4 20 0 62 55 13 160 60 29
Octal 317 4 40 0 142 125 23 540 140 51
Binary 11001111 100 100000 0 1100010 1010101 10011 101100000 1100000 101001

Color Harmonies of #CF0420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0420

Black with #CF0420

Text Example


Text Example

White with #CF0420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0420; }

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

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

background-color css

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

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

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

border-color css

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

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

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