Html Css Color HEX #CF0712 Venetian Red

📋 copy color: '#CF0712'

red 207 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #CF0712

Tints of Venetian Red #CF0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.76%

R = 89.22%
G = 3.02%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CF0712 (or 0xCF0712) is known color: Venetian Red. HEX triplet: CF, 07 and 12. RGB value is (207,7,18). Sum of RGB (Red+Green+Blue) = 207+7+18=232 (30% of max value = 765). Red value is 207 (81.25% from 255 or 89.22% from 232); Green value is 7 (3.12% from 255 or 3.02% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 207 - color contains mainly: red. Hex color #CF0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CF0712 is #30F8ED. Grayscale: #444444. Windows color (decimal): -3209454 or 1181647. OLE color: 1181647.

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

Color convert

RGB 207 7 18 -
CMYK 0 0.97 0.91 0.19
HSL 356.7º 0.93% 0.42% -
HSV(B) 356.7º 0.97% 0.81% -
XYZ 25.92 13.46 1.8 -
YUV 68.05 99.76 227.11 -
System Red Green Blue C M Y K H S L
Decimal 207 7 18 0 0.97 0.91 0.19 356.7 0.93 0.42
Hex CF 7 12 0 61 5B 13 165 5D 2A
Octal 317 7 22 0 141 133 23 545 135 52
Binary 11001111 111 10010 0 1100001 1011011 10011 101100101 1011101 101010

Color Harmonies of #CF0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF0712

Black with #CF0712

Text Example


Text Example

White with #CF0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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