Html Css Color HEX #CF0220 Venetian Red

📋 copy color: '#CF0220'

red 207 ◦ green 2 ◦ blue 32

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

Shades of Venetian Red #CF0220

Tints of Venetian Red #CF0220

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 85.89%
G = 0.83%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF0220 (or 0xCF0220) is known color: Venetian Red. HEX triplet: CF, 02 and 20. RGB value is (207,2,32). Sum of RGB (Red+Green+Blue) = 207+2+32=241 (31% of max value = 765). Red value is 207 (81.25% from 255 or 85.89% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 32 (12.89% from 255 or 13.28% from 241); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0220 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0220 is #30FDDF. Grayscale: #424242. Windows color (decimal): -3210720 or 2097871. OLE color: 2097871.

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

Color convert

RGB 207 2 32 -
CMYK 0 0.99 0.85 0.19
HSL 351.22º 0.98% 0.41% -
HSV(B) 351.22º 0.99% 0.81% -
XYZ 26.01 13.41 2.58 -
YUV 66.72 108.42 228.06 -
System Red Green Blue C M Y K H S L
Decimal 207 2 32 0 0.99 0.85 0.19 351.22 0.98 0.41
Hex CF 2 20 0 63 55 13 15F 62 29
Octal 317 2 40 0 143 125 23 537 142 51
Binary 11001111 10 100000 0 1100011 1010101 10011 101011111 1100010 101001

Color Harmonies of #CF0220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0220

Black with #CF0220

Text Example


Text Example

White with #CF0220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0220; }

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

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

background-color css

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

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

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

border-color css

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

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

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