Html Css Color HEX #C80228 Venetian Red

📋 copy color: '#C80228'

red 200 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #C80228

Tints of Venetian Red #C80228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

 BLUE value IS 40 (16.02% from 255) = 16.53%

R = 82.64%
G = 0.83%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.22

RGB Variations

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

Color information

#C80228 (or 0xC80228) is known color: Venetian Red. HEX triplet: C8, 02 and 28. RGB value is (200,2,40). Sum of RGB (Red+Green+Blue) = 200+2+40=242 (32% of max value = 765). Red value is 200 (78.52% from 255 or 82.64% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 200 - color contains mainly: red. Hex color #C80228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80228 is #37FDD7. Grayscale: #414141. Windows color (decimal): -3669464 or 2622152. OLE color: 2622152.

HSL color Cylindrical-coordinate representation of color #C80228: hue angle of 348.48º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C80228 is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 2 40 -
CMYK 0 0.99 0.8 0.22
HSL 348.48º 0.98% 0.4% -
HSV(B) 348.48º 0.99% 0.78% -
XYZ 24.22 12.48 3.14 -
YUV 65.53 113.6 223.91 -
System Red Green Blue C M Y K H S L
Decimal 200 2 40 0 0.99 0.8 0.22 348.48 0.98 0.4
Hex C8 2 28 0 63 50 16 15C 62 28
Octal 310 2 50 0 143 120 26 534 142 50
Binary 11001000 10 101000 0 1100011 1010000 10110 101011100 1100010 101000

Color Harmonies of #C80228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80228

Black with #C80228

Text Example


Text Example

White with #C80228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80228; }

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

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

background-color css

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

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

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

border-color css

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

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

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