Html Css Color HEX #C80108 Venetian Red

📋 copy color: '#C80108'

red 200 ◦ green 1 ◦ blue 8

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

Shades of Venetian Red #C80108

Tints of Venetian Red #C80108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.83%

R = 95.69%
G = 0.48%
B = 3.83%

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

#C80108 (or 0xC80108) is known color: Venetian Red. HEX triplet: C8, 01 and 08. RGB value is (200,1,8). Sum of RGB (Red+Green+Blue) = 200+1+8=209 (27% of max value = 765). Red value is 200 (78.52% from 255 or 95.69% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 8 (3.52% from 255 or 3.83% from 209); Max value from RGB is 200 - color contains mainly: red. Hex color #C80108 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80108 is #37FEF7. Grayscale: #3D3D3D. Windows color (decimal): -3669752 or 524744. OLE color: 524744.

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

Color convert

RGB 200 1 8 -
CMYK 0 1.00 0.96 0.22
HSL 357.89º 0.99% 0.39% -
HSV(B) 357.89º 1% 0.78% -
XYZ 23.87 12.32 1.35 -
YUV 61.3 97.93 226.93 -
System Red Green Blue C M Y K H S L
Decimal 200 1 8 0 1.00 0.96 0.22 357.89 0.99 0.39
Hex C8 1 8 0 64 60 16 166 63 27
Octal 310 1 10 0 144 140 26 546 143 47
Binary 11001000 1 1000 0 1100100 1100000 10110 101100110 1100011 100111

Color Harmonies of #C80108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80108

Black with #C80108

Text Example


Text Example

White with #C80108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80108; }

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

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

background-color css

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

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

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

border-color css

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

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

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