Html Css Color HEX #C20325 Venetian Red

📋 copy color: '#C20325'

red 194 ◦ green 3 ◦ blue 37

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

Shades of Venetian Red #C20325

Tints of Venetian Red #C20325

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.28%

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

R = 82.91%
G = 1.28%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C20325 (or 0xC20325) is known color: Venetian Red. HEX triplet: C2, 03 and 25. RGB value is (194,3,37). Sum of RGB (Red+Green+Blue) = 194+3+37=234 (30% of max value = 765). Red value is 194 (76.17% from 255 or 82.91% from 234); Green value is 3 (1.56% from 255 or 1.28% from 234); Blue value is 37 (14.84% from 255 or 15.81% from 234); Max value from RGB is 194 - color contains mainly: red. Hex color #C20325 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C20325 is #3DFCDA. Grayscale: #404040. Windows color (decimal): -4062427 or 2425794. OLE color: 2425794.

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

Color convert

RGB 194 3 37 -
CMYK 0 0.98 0.81 0.24
HSL 349.32º 0.97% 0.39% -
HSV(B) 349.32º 0.98% 0.76% -
XYZ 22.61 11.67 2.81 -
YUV 63.99 112.78 220.74 -
System Red Green Blue C M Y K H S L
Decimal 194 3 37 0 0.98 0.81 0.24 349.32 0.97 0.39
Hex C2 3 25 0 62 51 18 15D 61 27
Octal 302 3 45 0 142 121 30 535 141 47
Binary 11000010 11 100101 0 1100010 1010001 11000 101011101 1100001 100111

Color Harmonies of #C20325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C20325

Black with #C20325

Text Example


Text Example

White with #C20325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C20325; }

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

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

background-color css

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

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

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

border-color css

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

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

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