Html Css Color HEX #C80712 Venetian Red

📋 copy color: '#C80712'

red 200 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #C80712

Tints of Venetian Red #C80712

RGB

 RED value IS 200 (78.52% from 255) = 88.89%

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

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

R = 88.89%
G = 3.11%
B = 8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C80712 (or 0xC80712) is known color: Venetian Red. HEX triplet: C8, 07 and 12. RGB value is (200,7,18). Sum of RGB (Red+Green+Blue) = 200+7+18=225 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.89% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 200 - color contains mainly: red. Hex color #C80712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80712 is #37F8ED. Grayscale: #424242. Windows color (decimal): -3668206 or 1181640. OLE color: 1181640.

HSL color Cylindrical-coordinate representation of color #C80712: hue angle of 356.58º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C80712 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 7 18 -
CMYK 0 0.96 0.91 0.22
HSL 356.58º 0.93% 0.41% -
HSV(B) 356.58º 0.97% 0.78% -
XYZ 24 12.47 1.71 -
YUV 65.96 100.94 223.61 -
System Red Green Blue C M Y K H S L
Decimal 200 7 18 0 0.96 0.91 0.22 356.58 0.93 0.41
Hex C8 7 12 0 60 5B 16 165 5D 29
Octal 310 7 22 0 140 133 26 545 135 51
Binary 11001000 111 10010 0 1100000 1011011 10110 101100101 1011101 101001

Color Harmonies of #C80712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80712

Black with #C80712

Text Example


Text Example

White with #C80712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80712; }

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

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

background-color css

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

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

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

border-color css

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

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

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