Html Css Color HEX #C80B15 Venetian Red

📋 copy color: '#C80B15'

red 200 ◦ green 11 ◦ blue 21

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

Shades of Venetian Red #C80B15

Tints of Venetian Red #C80B15

RGB

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

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

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

R = 86.21%
G = 4.74%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.22

RGB Variations

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

Color information

#C80B15 (or 0xC80B15) is known color: Venetian Red. HEX triplet: C8, 0B and 15. RGB value is (200,11,21). Sum of RGB (Red+Green+Blue) = 200+11+21=232 (30% of max value = 765). Red value is 200 (78.52% from 255 or 86.21% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 21 (8.59% from 255 or 9.05% from 232); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B15 is #37F4EA. Grayscale: #444444. Windows color (decimal): -3667179 or 1379272. OLE color: 1379272.

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

Color convert

RGB 200 11 21 -
CMYK 0 0.94 0.90 0.22
HSL 356.83º 0.9% 0.41% -
HSV(B) 356.83º 0.95% 0.78% -
XYZ 24.07 12.57 1.87 -
YUV 68.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 200 11 21 0 0.94 0.90 0.22 356.83 0.9 0.41
Hex C8 B 15 0 5E 5A 16 165 5A 29
Octal 310 13 25 0 136 132 26 545 132 51
Binary 11001000 1011 10101 0 1011110 1011010 10110 101100101 1011010 101001

Color Harmonies of #C80B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B15

Black with #C80B15

Text Example


Text Example

White with #C80B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B15; }

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

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

background-color css

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

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

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

border-color css

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

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

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