Html Css Color HEX #C80225 Venetian Red

📋 copy color: '#C80225'

red 200 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #C80225

Tints of Venetian Red #C80225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.48%

R = 83.68%
G = 0.84%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80225 (or 0xC80225) is known color: Venetian Red. HEX triplet: C8, 02 and 25. RGB value is (200,2,37). Sum of RGB (Red+Green+Blue) = 200+2+37=239 (31% of max value = 765). Red value is 200 (78.52% from 255 or 83.68% from 239); Green value is 2 (1.17% from 255 or 0.84% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 200 - color contains mainly: red. Hex color #C80225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80225 is #37FDDA. Grayscale: #414141. Windows color (decimal): -3669467 or 2425544. OLE color: 2425544.

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

Color convert

RGB 200 2 37 -
CMYK 0 0.99 0.82 0.22
HSL 349.39º 0.98% 0.4% -
HSV(B) 349.39º 0.99% 0.78% -
XYZ 24.18 12.46 2.88 -
YUV 65.19 112.1 224.15 -
System Red Green Blue C M Y K H S L
Decimal 200 2 37 0 0.99 0.82 0.22 349.39 0.98 0.4
Hex C8 2 25 0 63 52 16 15D 62 28
Octal 310 2 45 0 143 122 26 535 142 50
Binary 11001000 10 100101 0 1100011 1010010 10110 101011101 1100010 101000

Color Harmonies of #C80225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80225

Black with #C80225

Text Example


Text Example

White with #C80225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80225; }

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

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

background-color css

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

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

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

border-color css

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

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

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