Html Css Color HEX #C50225 Venetian Red

📋 copy color: '#C50225'

red 197 ◦ green 2 ◦ blue 37

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

Shades of Venetian Red #C50225

Tints of Venetian Red #C50225

RGB

 RED value IS 197 (77.34% from 255) = 83.47%

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

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

R = 83.47%
G = 0.85%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C50225 (or 0xC50225) is known color: Venetian Red. HEX triplet: C5, 02 and 25. RGB value is (197,2,37). Sum of RGB (Red+Green+Blue) = 197+2+37=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 37 (14.84% from 255 or 15.68% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C50225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C50225 is #3AFDDA. Grayscale: #404040. Windows color (decimal): -3866075 or 2425541. OLE color: 2425541.

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

Color convert

RGB 197 2 37 -
CMYK 0 0.99 0.81 0.23
HSL 349.23º 0.98% 0.39% -
HSV(B) 349.23º 0.99% 0.77% -
XYZ 23.38 12.05 2.84 -
YUV 64.3 112.6 222.65 -
System Red Green Blue C M Y K H S L
Decimal 197 2 37 0 0.99 0.81 0.23 349.23 0.98 0.39
Hex C5 2 25 0 63 51 17 15D 62 27
Octal 305 2 45 0 143 121 27 535 142 47
Binary 11000101 10 100101 0 1100011 1010001 10111 101011101 1100010 100111

Color Harmonies of #C50225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C50225

Black with #C50225

Text Example


Text Example

White with #C50225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C50225; }

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

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

background-color css

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

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

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

border-color css

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

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

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