Html Css Color HEX #C80E12 Venetian Red

📋 copy color: '#C80E12'

red 200 ◦ green 14 ◦ blue 18

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

Shades of Venetian Red #C80E12

Tints of Venetian Red #C80E12

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.03%

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

R = 86.21%
G = 6.03%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C80E12 (or 0xC80E12) is known color: Venetian Red. HEX triplet: C8, 0E and 12. RGB value is (200,14,18). Sum of RGB (Red+Green+Blue) = 200+14+18=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C80E12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80E12 is #37F1ED. Grayscale: #464646. Windows color (decimal): -3666414 or 1183432. OLE color: 1183432.

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

Color convert

RGB 200 14 18 -
CMYK 0 0.93 0.91 0.22
HSL 358.71º 0.87% 0.42% -
HSV(B) 358.71º 0.93% 0.78% -
XYZ 24.09 12.64 1.74 -
YUV 70.07 98.62 220.67 -
System Red Green Blue C M Y K H S L
Decimal 200 14 18 0 0.93 0.91 0.22 358.71 0.87 0.42
Hex C8 E 12 0 5D 5B 16 167 57 2A
Octal 310 16 22 0 135 133 26 547 127 52
Binary 11001000 1110 10010 0 1011101 1011011 10110 101100111 1010111 101010

Color Harmonies of #C80E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80E12

Black with #C80E12

Text Example


Text Example

White with #C80E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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