Html Css Color HEX #CF0920 Venetian Red

📋 copy color: '#CF0920'

red 207 ◦ green 9 ◦ blue 32

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

Shades of Venetian Red #CF0920

Tints of Venetian Red #CF0920

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.63%

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

R = 83.47%
G = 3.63%
B = 12.9%

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

#CF0920 (or 0xCF0920) is known color: Venetian Red. HEX triplet: CF, 09 and 20. RGB value is (207,9,32). Sum of RGB (Red+Green+Blue) = 207+9+32=248 (32% of max value = 765). Red value is 207 (81.25% from 255 or 83.47% from 248); Green value is 9 (3.91% from 255 or 3.63% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0920 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CF0920 is #30F6DF. Grayscale: #464646. Windows color (decimal): -3208928 or 2099663. OLE color: 2099663.

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

Color convert

RGB 207 9 32 -
CMYK 0 0.96 0.85 0.19
HSL 353.03º 0.92% 0.42% -
HSV(B) 353.03º 0.96% 0.81% -
XYZ 26.09 13.57 2.61 -
YUV 70.82 106.1 225.13 -
System Red Green Blue C M Y K H S L
Decimal 207 9 32 0 0.96 0.85 0.19 353.03 0.92 0.42
Hex CF 9 20 0 60 55 13 161 5C 2A
Octal 317 11 40 0 140 125 23 541 134 52
Binary 11001111 1001 100000 0 1100000 1010101 10011 101100001 1011100 101010

Color Harmonies of #CF0920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0920

Black with #CF0920

Text Example


Text Example

White with #CF0920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0920; }

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

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

background-color css

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

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

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

border-color css

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

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

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