Html Css Color HEX #C80126 Venetian Red

📋 copy color: '#C80126'

red 200 ◦ green 1 ◦ blue 38

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

Shades of Venetian Red #C80126

Tints of Venetian Red #C80126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.9%

R = 83.68%
G = 0.42%
B = 15.9%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C80126 (or 0xC80126) is known color: Venetian Red. HEX triplet: C8, 01 and 26. RGB value is (200,1,38). Sum of RGB (Red+Green+Blue) = 200+1+38=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C80126 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80126 is #37FED9. Grayscale: #404040. Windows color (decimal): -3669722 or 2490824. OLE color: 2490824.

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

Color convert

RGB 200 1 38 -
CMYK 0 1.00 0.81 0.22
HSL 348.84º 0.99% 0.39% -
HSV(B) 348.84º 1% 0.78% -
XYZ 24.18 12.44 2.96 -
YUV 64.72 112.93 224.49 -
System Red Green Blue C M Y K H S L
Decimal 200 1 38 0 1.00 0.81 0.22 348.84 0.99 0.39
Hex C8 1 26 0 64 51 16 15D 63 27
Octal 310 1 46 0 144 121 26 535 143 47
Binary 11001000 1 100110 0 1100100 1010001 10110 101011101 1100011 100111

Color Harmonies of #C80126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80126

Black with #C80126

Text Example


Text Example

White with #C80126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80126; }

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

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

background-color css

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

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

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

border-color css

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

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

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