Html Css Color HEX #C80D17 Venetian Red

📋 copy color: '#C80D17'

red 200 ◦ green 13 ◦ blue 23

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

Shades of Venetian Red #C80D17

Tints of Venetian Red #C80D17

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 23 (9.38% from 255) = 9.75%

R = 84.75%
G = 5.51%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80D17 (or 0xC80D17) is known color: Venetian Red. HEX triplet: C8, 0D and 17. RGB value is (200,13,23). Sum of RGB (Red+Green+Blue) = 200+13+23=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 23 (9.38% from 255 or 9.75% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C80D17 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80D17 is #37F2E8. Grayscale: #464646. Windows color (decimal): -3666665 or 1510856. OLE color: 1510856.

HSL color Cylindrical-coordinate representation of color #C80D17: hue angle of 356.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C80D17 is Cyan = 0, Magento = 0.94, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 13 23 -
CMYK 0 0.94 0.88 0.22
HSL 356.79º 0.88% 0.42% -
HSV(B) 356.79º 0.94% 0.78% -
XYZ 24.12 12.63 1.98 -
YUV 70.05 101.45 220.69 -
System Red Green Blue C M Y K H S L
Decimal 200 13 23 0 0.94 0.88 0.22 356.79 0.88 0.42
Hex C8 D 17 0 5E 58 16 165 58 2A
Octal 310 15 27 0 136 130 26 545 130 52
Binary 11001000 1101 10111 0 1011110 1011000 10110 101100101 1011000 101010

Color Harmonies of #C80D17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80D17

Black with #C80D17

Text Example


Text Example

White with #C80D17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80D17; }

 p { color: rgb(200,13,23); }

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

background-color css

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

 a { background-color: rgb(200,13,23); }

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

border-color css

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

 span { border-color: rgb(200,13,23); }

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