Html Css Color HEX #C80117 Venetian Red

📋 copy color: '#C80117'

red 200 ◦ green 1 ◦ blue 23

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

Shades of Venetian Red #C80117

Tints of Venetian Red #C80117

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.45%

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

R = 89.29%
G = 0.45%
B = 10.27%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C80117 (or 0xC80117) is known color: Venetian Red. HEX triplet: C8, 01 and 17. RGB value is (200,1,23). Sum of RGB (Red+Green+Blue) = 200+1+23=224 (29% of max value = 765). Red value is 200 (78.52% from 255 or 89.29% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 23 (9.38% from 255 or 10.27% from 224); Max value from RGB is 200 - color contains mainly: red. Hex color #C80117 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80117 is #37FEE8. Grayscale: #3F3F3F. Windows color (decimal): -3669737 or 1507784. OLE color: 1507784.

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

Color convert

RGB 200 1 23 -
CMYK 0 1.00 0.88 0.22
HSL 353.37º 0.99% 0.39% -
HSV(B) 353.37º 1% 0.78% -
XYZ 23.98 12.36 1.93 -
YUV 63.01 105.43 225.71 -
System Red Green Blue C M Y K H S L
Decimal 200 1 23 0 1.00 0.88 0.22 353.37 0.99 0.39
Hex C8 1 17 0 64 58 16 161 63 27
Octal 310 1 27 0 144 130 26 541 143 47
Binary 11001000 1 10111 0 1100100 1011000 10110 101100001 1100011 100111

Color Harmonies of #C80117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80117

Black with #C80117

Text Example


Text Example

White with #C80117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80117; }

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

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

background-color css

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

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

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

border-color css

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

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

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