Html Css Color HEX #C80227 Venetian Red

📋 copy color: '#C80227'

red 200 ◦ green 2 ◦ blue 39

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

Shades of Venetian Red #C80227

Tints of Venetian Red #C80227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.18%

R = 82.99%
G = 0.83%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C80227 (or 0xC80227) is known color: Venetian Red. HEX triplet: C8, 02 and 27. RGB value is (200,2,39). Sum of RGB (Red+Green+Blue) = 200+2+39=241 (31% of max value = 765). Red value is 200 (78.52% from 255 or 82.99% from 241); Green value is 2 (1.17% from 255 or 0.83% from 241); Blue value is 39 (15.62% from 255 or 16.18% from 241); Max value from RGB is 200 - color contains mainly: red. Hex color #C80227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80227 is #37FDD8. Grayscale: #414141. Windows color (decimal): -3669465 or 2556616. OLE color: 2556616.

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

Color convert

RGB 200 2 39 -
CMYK 0 0.99 0.80 0.22
HSL 348.79º 0.98% 0.4% -
HSV(B) 348.79º 0.99% 0.78% -
XYZ 24.21 12.47 3.05 -
YUV 65.42 113.1 223.99 -
System Red Green Blue C M Y K H S L
Decimal 200 2 39 0 0.99 0.80 0.22 348.79 0.98 0.4
Hex C8 2 27 0 63 50 16 15D 62 28
Octal 310 2 47 0 143 120 26 535 142 50
Binary 11001000 10 100111 0 1100011 1010000 10110 101011101 1100010 101000

Color Harmonies of #C80227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80227

Black with #C80227

Text Example


Text Example

White with #C80227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80227; }

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

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

background-color css

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

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

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

border-color css

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

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

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