Html Css Color HEX #C80815 Venetian Red

📋 copy color: '#C80815'

red 200 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #C80815

Tints of Venetian Red #C80815

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.49%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 87.34%
G = 3.49%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80815 (or 0xC80815) is known color: Venetian Red. HEX triplet: C8, 08 and 15. RGB value is (200,8,21). Sum of RGB (Red+Green+Blue) = 200+8+21=229 (30% of max value = 765). Red value is 200 (78.52% from 255 or 87.34% from 229); Green value is 8 (3.52% from 255 or 3.49% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 200 - color contains mainly: red. Hex color #C80815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80815 is #37F7EA. Grayscale: #434343. Windows color (decimal): -3667947 or 1378504. OLE color: 1378504.

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

Color convert

RGB 200 8 21 -
CMYK 0 0.96 0.90 0.22
HSL 355.94º 0.92% 0.41% -
HSV(B) 355.94º 0.96% 0.78% -
XYZ 24.04 12.51 1.86 -
YUV 66.89 102.11 222.94 -
System Red Green Blue C M Y K H S L
Decimal 200 8 21 0 0.96 0.90 0.22 355.94 0.92 0.41
Hex C8 8 15 0 60 5A 16 164 5C 29
Octal 310 10 25 0 140 132 26 544 134 51
Binary 11001000 1000 10101 0 1100000 1011010 10110 101100100 1011100 101001

Color Harmonies of #C80815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80815

Black with #C80815

Text Example


Text Example

White with #C80815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80815; }

 p { color: rgb(200,8,21); }

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

background-color css

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

 a { background-color: rgb(200,8,21); }

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

border-color css

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

 span { border-color: rgb(200,8,21); }

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