Html Css Color HEX #C80315 Venetian Red

📋 copy color: '#C80315'

red 200 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #C80315

Tints of Venetian Red #C80315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.34%

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

R = 89.29%
G = 1.34%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80315 (or 0xC80315) is known color: Venetian Red. HEX triplet: C8, 03 and 15. RGB value is (200,3,21). Sum of RGB (Red+Green+Blue) = 200+3+21=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 21 (8.59% from 255 or 9.38% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80315 is #37FCEA. Grayscale: #404040. Windows color (decimal): -3669227 or 1377224. OLE color: 1377224.

HSL color Cylindrical-coordinate representation of color #C80315: hue angle of 354.52º degrees, saturation: 0.97, 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 #C80315 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 3 21 -
CMYK 0 0.98 0.90 0.22
HSL 354.52º 0.97% 0.4% -
HSV(B) 354.52º 0.99% 0.78% -
XYZ 23.99 12.4 1.84 -
YUV 63.96 103.77 225.04 -
System Red Green Blue C M Y K H S L
Decimal 200 3 21 0 0.98 0.90 0.22 354.52 0.97 0.4
Hex C8 3 15 0 62 5A 16 163 61 28
Octal 310 3 25 0 142 132 26 543 141 50
Binary 11001000 11 10101 0 1100010 1011010 10110 101100011 1100001 101000

Color Harmonies of #C80315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80315

Black with #C80315

Text Example


Text Example

White with #C80315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80315; }

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

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

background-color css

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

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

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

border-color css

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

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

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