Html Css Color HEX #C5022F Venetian Red

📋 copy color: '#C5022F'

red 197 ◦ green 2 ◦ blue 47

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

Shades of Venetian Red #C5022F

Tints of Venetian Red #C5022F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.11%

R = 80.08%
G = 0.81%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5022F (or 0xC5022F) is known color: Venetian Red. HEX triplet: C5, 02 and 2F. RGB value is (197,2,47). Sum of RGB (Red+Green+Blue) = 197+2+47=246 (32% of max value = 765). Red value is 197 (77.34% from 255 or 80.08% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 47 (18.75% from 255 or 19.11% from 246); Max value from RGB is 197 - color contains mainly: red. Hex color #C5022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5022F is #3AFDD0. Grayscale: #414141. Windows color (decimal): -3866065 or 3080901. OLE color: 3080901.

HSL color Cylindrical-coordinate representation of color #C5022F: hue angle of 346.15º 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 #C5022F is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 2 47 -
CMYK 0 0.99 0.76 0.23
HSL 346.15º 0.98% 0.39% -
HSV(B) 346.15º 0.99% 0.77% -
XYZ 23.56 12.12 3.79 -
YUV 65.44 117.6 221.84 -
System Red Green Blue C M Y K H S L
Decimal 197 2 47 0 0.99 0.76 0.23 346.15 0.98 0.39
Hex C5 2 2F 0 63 4C 17 15A 62 27
Octal 305 2 57 0 143 114 27 532 142 47
Binary 11000101 10 101111 0 1100011 1001100 10111 101011010 1100010 100111

Color Harmonies of #C5022F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5022F

Black with #C5022F

Text Example


Text Example

White with #C5022F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5022F; }

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

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

background-color css

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

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

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

border-color css

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

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

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