Html Css Color HEX #C20225 Venetian Red

📋 copy color: '#C20225'

red 194 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #C20225

Tints of Venetian Red #C20225

RGB

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

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

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

R = 83.26%
G = 0.86%
B = 15.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20225 (or 0xC20225) is known color: Venetian Red. HEX triplet: C2, 02 and 25. RGB value is (194,2,37). Sum of RGB (Red+Green+Blue) = 194+2+37=233 (30% of max value = 765). Red value is 194 (76.17% from 255 or 83.26% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 194 - color contains mainly: red. Hex color #C20225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20225 is #3DFDDA. Grayscale: #3F3F3F. Windows color (decimal): -4062683 or 2425538. OLE color: 2425538.

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

Color convert

RGB 194 2 37 -
CMYK 0 0.99 0.81 0.24
HSL 349.06º 0.98% 0.38% -
HSV(B) 349.06º 0.99% 0.76% -
XYZ 22.6 11.65 2.81 -
YUV 63.4 113.11 221.15 -
System Red Green Blue C M Y K H S L
Decimal 194 2 37 0 0.99 0.81 0.24 349.06 0.98 0.38
Hex C2 2 25 0 63 51 18 15D 62 26
Octal 302 2 45 0 143 121 30 535 142 46
Binary 11000010 10 100101 0 1100011 1010001 11000 101011101 1100010 100110

Color Harmonies of #C20225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20225

Black with #C20225

Text Example


Text Example

White with #C20225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20225; }

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

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

background-color css

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

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

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

border-color css

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

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

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