Html Css Color HEX #C80B10 Venetian Red

📋 copy color: '#C80B10'

red 200 ◦ green 11 ◦ blue 16

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

Shades of Venetian Red #C80B10

Tints of Venetian Red #C80B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.05%

R = 88.11%
G = 4.85%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C80B10 (or 0xC80B10) is known color: Venetian Red. HEX triplet: C8, 0B and 10. RGB value is (200,11,16). Sum of RGB (Red+Green+Blue) = 200+11+16=227 (30% of max value = 765). Red value is 200 (78.52% from 255 or 88.11% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 16 (6.64% from 255 or 7.05% from 227); Max value from RGB is 200 - color contains mainly: red. Hex color #C80B10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80B10 is #37F4EF. Grayscale: #444444. Windows color (decimal): -3667184 or 1051592. OLE color: 1051592.

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

Color convert

RGB 200 11 16 -
CMYK 0 0.94 0.92 0.22
HSL 358.41º 0.9% 0.41% -
HSV(B) 358.41º 0.95% 0.78% -
XYZ 24.03 12.56 1.65 -
YUV 68.08 98.62 222.09 -
System Red Green Blue C M Y K H S L
Decimal 200 11 16 0 0.94 0.92 0.22 358.41 0.9 0.41
Hex C8 B 10 0 5E 5C 16 166 5A 29
Octal 310 13 20 0 136 134 26 546 132 51
Binary 11001000 1011 10000 0 1011110 1011100 10110 101100110 1011010 101001

Color Harmonies of #C80B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80B10

Black with #C80B10

Text Example


Text Example

White with #C80B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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