Html Css Color HEX #C80518 Venetian Red

📋 copy color: '#C80518'

red 200 ◦ green 5 ◦ blue 24

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

Shades of Venetian Red #C80518

Tints of Venetian Red #C80518

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 87.34%
G = 2.18%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80518 (or 0xC80518) is known color: Venetian Red. HEX triplet: C8, 05 and 18. RGB value is (200,5,24). Sum of RGB (Red+Green+Blue) = 200+5+24=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C80518 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80518 is #37FAE7. Grayscale: #414141. Windows color (decimal): -3668712 or 1574344. OLE color: 1574344.

HSL color Cylindrical-coordinate representation of color #C80518: hue angle of 354.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C80518 is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 5 24 -
CMYK 0 0.98 0.88 0.22
HSL 354.15º 0.95% 0.4% -
HSV(B) 354.15º 0.98% 0.78% -
XYZ 24.04 12.45 2 -
YUV 65.47 104.6 223.96 -
System Red Green Blue C M Y K H S L
Decimal 200 5 24 0 0.98 0.88 0.22 354.15 0.95 0.4
Hex C8 5 18 0 62 58 16 162 5F 28
Octal 310 5 30 0 142 130 26 542 137 50
Binary 11001000 101 11000 0 1100010 1011000 10110 101100010 1011111 101000

Color Harmonies of #C80518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80518

Black with #C80518

Text Example


Text Example

White with #C80518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80518; }

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

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

background-color css

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

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

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

border-color css

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

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

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