Html Css Color HEX #C80010 Venetian Red

📋 copy color: '#C80010'

red 200 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #C80010

Tints of Venetian Red #C80010

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 16 (6.64% from 255) = 7.41%

R = 92.59%
G = 0%
B = 7.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C80010 (or 0xC80010) is known color: Venetian Red. HEX triplet: C8, 00 and 10. RGB value is (200,0,16). Sum of RGB (Red+Green+Blue) = 200+0+16=216 (28% of max value = 765). Red value is 200 (78.52% from 255 or 92.59% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 200 - color contains mainly: red. Hex color #C80010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C80010 is #37FFEF. Grayscale: #3D3D3D. Windows color (decimal): -3670000 or 1048776. OLE color: 1048776.

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

Color convert

RGB 200 0 16 -
CMYK 0 1 0.92 0.22
HSL 355.2º 1% 0.39% -
HSV(B) 355.2º 1% 0.78% -
XYZ 23.91 12.32 1.61 -
YUV 61.62 102.26 226.7 -
System Red Green Blue C M Y K H S L
Decimal 200 0 16 0 1 0.92 0.22 355.2 1 0.39
Hex C8 0 10 0 64 5C 16 163 64 27
Octal 310 0 20 0 144 134 26 543 144 47
Binary 11001000 0 10000 0 1100100 1011100 10110 101100011 1100100 100111

Color Harmonies of #C80010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80010

Black with #C80010

Text Example


Text Example

White with #C80010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80010; }

 p { color: rgb(200,0,16); }

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

background-color css

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

 a { background-color: rgb(200,0,16); }

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

border-color css

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

 span { border-color: rgb(200,0,16); }

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