Html Css Color HEX #C80109 Venetian Red

📋 copy color: '#C80109'

red 200 ◦ green 1 ◦ blue 9

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

Shades of Venetian Red #C80109

Tints of Venetian Red #C80109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.29%

R = 95.24%
G = 0.48%
B = 4.29%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C80109 (or 0xC80109) is known color: Venetian Red. HEX triplet: C8, 01 and 09. RGB value is (200,1,9). Sum of RGB (Red+Green+Blue) = 200+1+9=210 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.24% from 210); Green value is 1 (0.78% from 255 or 0.48% from 210); Blue value is 9 (3.91% from 255 or 4.29% from 210); Max value from RGB is 200 - color contains mainly: red. Hex color #C80109 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80109 is #37FEF6. Grayscale: #3D3D3D. Windows color (decimal): -3669751 or 590280. OLE color: 590280.

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

Color convert

RGB 200 1 9 -
CMYK 0 1.00 0.96 0.22
HSL 357.59º 0.99% 0.39% -
HSV(B) 357.59º 1% 0.78% -
XYZ 23.88 12.32 1.38 -
YUV 61.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 200 1 9 0 1.00 0.96 0.22 357.59 0.99 0.39
Hex C8 1 9 0 64 60 16 166 63 27
Octal 310 1 11 0 144 140 26 546 143 47
Binary 11001000 1 1001 0 1100100 1100000 10110 101100110 1100011 100111

Color Harmonies of #C80109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80109

Black with #C80109

Text Example


Text Example

White with #C80109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80109; }

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

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

background-color css

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

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

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

border-color css

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

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

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