Html Css Color HEX #C80B0E Venetian Red

📋 copy color: '#C80B0E'

red 200 ◦ green 11 ◦ blue 14

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

Shades of Venetian Red #C80B0E

Tints of Venetian Red #C80B0E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.89%

 BLUE value IS 14 (5.86% from 255) = 6.22%

R = 88.89%
G = 4.89%
B = 6.22%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.22

RGB Variations

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

Color information

#C80B0E (or 0xC80B0E) is known color: Venetian Red. HEX triplet: C8, 0B and 0E. RGB value is (200,11,14). Sum of RGB (Red+Green+Blue) = 200+11+14=225 (29% of max value = 765). Red value is 200 (78.52% from 255 or 88.89% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 14 (5.86% from 255 or 6.22% from 225); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B0E is #37F4F1. Grayscale: #444444. Windows color (decimal): -3667186 or 920520. OLE color: 920520.

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

Color convert

RGB 200 11 14 -
CMYK 0 0.94 0.93 0.22
HSL 359.05º 0.9% 0.41% -
HSV(B) 359.05º 0.95% 0.78% -
XYZ 24.02 12.55 1.57 -
YUV 67.85 97.62 222.26 -
System Red Green Blue C M Y K H S L
Decimal 200 11 14 0 0.94 0.93 0.22 359.05 0.9 0.41
Hex C8 B E 0 5E 5D 16 167 5A 29
Octal 310 13 16 0 136 135 26 547 132 51
Binary 11001000 1011 1110 0 1011110 1011101 10110 101100111 1011010 101001

Color Harmonies of #C80B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B0E

Black with #C80B0E

Text Example


Text Example

White with #C80B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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