Html Css Color HEX #CF0720 Venetian Red

📋 copy color: '#CF0720'

red 207 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #CF0720

Tints of Venetian Red #CF0720

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 84.15%
G = 2.85%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CF0720 (or 0xCF0720) is known color: Venetian Red. HEX triplet: CF, 07 and 20. RGB value is (207,7,32). Sum of RGB (Red+Green+Blue) = 207+7+32=246 (32% of max value = 765). Red value is 207 (81.25% from 255 or 84.15% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 32 (12.89% from 255 or 13.01% from 246); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0720 is #30F8DF. Grayscale: #454545. Windows color (decimal): -3209440 or 2099151. OLE color: 2099151.

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

Color convert

RGB 207 7 32 -
CMYK 0 0.97 0.85 0.19
HSL 352.5º 0.93% 0.42% -
HSV(B) 352.5º 0.97% 0.81% -
XYZ 26.07 13.52 2.6 -
YUV 69.65 106.76 225.97 -
System Red Green Blue C M Y K H S L
Decimal 207 7 32 0 0.97 0.85 0.19 352.5 0.93 0.42
Hex CF 7 20 0 61 55 13 160 5D 2A
Octal 317 7 40 0 141 125 23 540 135 52
Binary 11001111 111 100000 0 1100001 1010101 10011 101100000 1011101 101010

Color Harmonies of #CF0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0720

Black with #CF0720

Text Example


Text Example

White with #CF0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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