Html Css Color HEX #C80C12 Venetian Red

📋 copy color: '#C80C12'

red 200 ◦ green 12 ◦ blue 18

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

Shades of Venetian Red #C80C12

Tints of Venetian Red #C80C12

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.22%

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

R = 86.96%
G = 5.22%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C80C12 (or 0xC80C12) is known color: Venetian Red. HEX triplet: C8, 0C and 12. RGB value is (200,12,18). Sum of RGB (Red+Green+Blue) = 200+12+18=230 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.96% from 230); Green value is 12 (5.08% from 255 or 5.22% from 230); Blue value is 18 (7.42% from 255 or 7.83% from 230); Max value from RGB is 200 - color contains mainly: red. Hex color #C80C12 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80C12 is #37F3ED. Grayscale: #454545. Windows color (decimal): -3666926 or 1182920. OLE color: 1182920.

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

Color convert

RGB 200 12 18 -
CMYK 0 0.94 0.91 0.22
HSL 358.09º 0.89% 0.42% -
HSV(B) 358.09º 0.94% 0.78% -
XYZ 24.06 12.59 1.73 -
YUV 68.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 200 12 18 0 0.94 0.91 0.22 358.09 0.89 0.42
Hex C8 C 12 0 5E 5B 16 166 59 2A
Octal 310 14 22 0 136 133 26 546 131 52
Binary 11001000 1100 10010 0 1011110 1011011 10110 101100110 1011001 101010

Color Harmonies of #C80C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80C12

Black with #C80C12

Text Example


Text Example

White with #C80C12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80C12; }

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

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

background-color css

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

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

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

border-color css

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

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

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