Html Css Color HEX #C80102 Venetian Red

📋 copy color: '#C80102'

red 200 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #C80102

Tints of Venetian Red #C80102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.99%

R = 98.52%
G = 0.49%
B = 0.99%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C80102 (or 0xC80102) is known color: Venetian Red. HEX triplet: C8, 01 and 02. RGB value is (200,1,2). Sum of RGB (Red+Green+Blue) = 200+1+2=203 (26% of max value = 765). Red value is 200 (78.52% from 255 or 98.52% from 203); Green value is 1 (0.78% from 255 or 0.49% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 200 - color contains mainly: red. Hex color #C80102 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80102 is #37FEFD. Grayscale: #3C3C3C. Windows color (decimal): -3669758 or 131528. OLE color: 131528.

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

Color convert

RGB 200 1 2 -
CMYK 0 1.00 0.99 0.22
HSL 359.7º 0.99% 0.39% -
HSV(B) 359.7º 1% 0.78% -
XYZ 23.84 12.31 1.18 -
YUV 60.62 94.93 227.42 -
System Red Green Blue C M Y K H S L
Decimal 200 1 2 0 1.00 0.99 0.22 359.7 0.99 0.39
Hex C8 1 2 0 64 63 16 168 63 27
Octal 310 1 2 0 144 143 26 550 143 47
Binary 11001000 1 10 0 1100100 1100011 10110 101101000 1100011 100111

Color Harmonies of #C80102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80102

Black with #C80102

Text Example


Text Example

White with #C80102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80102; }

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

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

background-color css

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

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

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

border-color css

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

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

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