Html Css Color HEX #C80825 Venetian Red

📋 copy color: '#C80825'

red 200 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #C80825

Tints of Venetian Red #C80825

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.27%

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

R = 81.63%
G = 3.27%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C80825 (or 0xC80825) is known color: Venetian Red. HEX triplet: C8, 08 and 25. RGB value is (200,8,37). Sum of RGB (Red+Green+Blue) = 200+8+37=245 (32% of max value = 765). Red value is 200 (78.52% from 255 or 81.63% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 37 (14.84% from 255 or 15.10% from 245); Max value from RGB is 200 - color contains mainly: red. Hex color #C80825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C80825 is #37F7DA. Grayscale: #444444. Windows color (decimal): -3667931 or 2427080. OLE color: 2427080.

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

Color convert

RGB 200 8 37 -
CMYK 0 0.96 0.82 0.22
HSL 350.94º 0.92% 0.41% -
HSV(B) 350.94º 0.96% 0.78% -
XYZ 24.24 12.59 2.9 -
YUV 68.71 110.11 221.64 -
System Red Green Blue C M Y K H S L
Decimal 200 8 37 0 0.96 0.82 0.22 350.94 0.92 0.41
Hex C8 8 25 0 60 52 16 15F 5C 29
Octal 310 10 45 0 140 122 26 537 134 51
Binary 11001000 1000 100101 0 1100000 1010010 10110 101011111 1011100 101001

Color Harmonies of #C80825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C80825

Black with #C80825

Text Example


Text Example

White with #C80825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C80825; }

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

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

background-color css

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

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

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

border-color css

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

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

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