Html Css Color HEX #C80215 Venetian Red

📋 copy color: '#C80215'

red 200 ◦ green 2 ◦ blue 21

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

Shades of Venetian Red #C80215

Tints of Venetian Red #C80215

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.9%

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

R = 89.69%
G = 0.9%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80215 (or 0xC80215) is known color: Venetian Red. HEX triplet: C8, 02 and 15. RGB value is (200,2,21). Sum of RGB (Red+Green+Blue) = 200+2+21=223 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.69% from 223); Green value is 2 (1.17% from 255 or 0.90% from 223); Blue value is 21 (8.59% from 255 or 9.42% from 223); Max value from RGB is 200 - color contains mainly: red. Hex color #C80215 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80215 is #37FDEA. Grayscale: #3F3F3F. Windows color (decimal): -3669483 or 1376968. OLE color: 1376968.

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

Color convert

RGB 200 2 21 -
CMYK 0 0.99 0.90 0.22
HSL 354.24º 0.98% 0.4% -
HSV(B) 354.24º 0.99% 0.78% -
XYZ 23.98 12.38 1.83 -
YUV 63.37 104.1 225.46 -
System Red Green Blue C M Y K H S L
Decimal 200 2 21 0 0.99 0.90 0.22 354.24 0.98 0.4
Hex C8 2 15 0 63 5A 16 162 62 28
Octal 310 2 25 0 143 132 26 542 142 50
Binary 11001000 10 10101 0 1100011 1011010 10110 101100010 1100010 101000

Color Harmonies of #C80215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80215

Black with #C80215

Text Example


Text Example

White with #C80215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80215; }

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

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

background-color css

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

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

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

border-color css

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

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

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