Html Css Color HEX #C20825 Venetian Red

📋 copy color: '#C20825'

red 194 ◦ green 8 ◦ blue 37

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

Shades of Venetian Red #C20825

Tints of Venetian Red #C20825

RGB

 RED value IS 194 (76.17% from 255) = 81.17%

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

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

R = 81.17%
G = 3.35%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20825 (or 0xC20825) is known color: Venetian Red. HEX triplet: C2, 08 and 25. RGB value is (194,8,37). Sum of RGB (Red+Green+Blue) = 194+8+37=239 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.17% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 37 (14.84% from 255 or 15.48% from 239); Max value from RGB is 194 - color contains mainly: red. Hex color #C20825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20825 is #3DF7DA. Grayscale: #424242. Windows color (decimal): -4061147 or 2427074. OLE color: 2427074.

HSL color Cylindrical-coordinate representation of color #C20825: hue angle of 350.65º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C20825 is Cyan = 0, Magento = 0.96, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 8 37 -
CMYK 0 0.96 0.81 0.24
HSL 350.65º 0.92% 0.4% -
HSV(B) 350.65º 0.96% 0.76% -
XYZ 22.67 11.78 2.83 -
YUV 66.92 111.12 218.64 -
System Red Green Blue C M Y K H S L
Decimal 194 8 37 0 0.96 0.81 0.24 350.65 0.92 0.4
Hex C2 8 25 0 60 51 18 15F 5C 28
Octal 302 10 45 0 140 121 30 537 134 50
Binary 11000010 1000 100101 0 1100000 1010001 11000 101011111 1011100 101000

Color Harmonies of #C20825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20825

Black with #C20825

Text Example


Text Example

White with #C20825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20825; }

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

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

background-color css

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

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

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

border-color css

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

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

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