Html Css Color HEX #C80B18 Venetian Red

📋 copy color: '#C80B18'

red 200 ◦ green 11 ◦ blue 24

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

Shades of Venetian Red #C80B18

Tints of Venetian Red #C80B18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.21%

R = 85.11%
G = 4.68%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80B18 (or 0xC80B18) is known color: Venetian Red. HEX triplet: C8, 0B and 18. RGB value is (200,11,24). Sum of RGB (Red+Green+Blue) = 200+11+24=235 (31% of max value = 765). Red value is 200 (78.52% from 255 or 85.11% from 235); Green value is 11 (4.69% from 255 or 4.68% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B18 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B18 is #37F4E7. Grayscale: #454545. Windows color (decimal): -3667176 or 1575880. OLE color: 1575880.

HSL color Cylindrical-coordinate representation of color #C80B18: hue angle of 355.87º 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 #C80B18 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 11 24 -
CMYK 0 0.94 0.88 0.22
HSL 355.87º 0.9% 0.41% -
HSV(B) 355.87º 0.95% 0.78% -
XYZ 24.1 12.58 2.02 -
YUV 68.99 102.62 221.44 -
System Red Green Blue C M Y K H S L
Decimal 200 11 24 0 0.94 0.88 0.22 355.87 0.9 0.41
Hex C8 B 18 0 5E 58 16 164 5A 29
Octal 310 13 30 0 136 130 26 544 132 51
Binary 11001000 1011 11000 0 1011110 1011000 10110 101100100 1011010 101001

Color Harmonies of #C80B18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B18

Black with #C80B18

Text Example


Text Example

White with #C80B18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B18; }

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

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

background-color css

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

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

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

border-color css

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

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

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