Html Css Color HEX #C5021F Venetian Red

📋 copy color: '#C5021F'

red 197 ◦ green 2 ◦ blue 31

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

Shades of Venetian Red #C5021F

Tints of Venetian Red #C5021F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.48%

R = 85.65%
G = 0.87%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5021F (or 0xC5021F) is known color: Venetian Red. HEX triplet: C5, 02 and 1F. RGB value is (197,2,31). Sum of RGB (Red+Green+Blue) = 197+2+31=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 2 (1.17% from 255 or 0.87% from 230); Blue value is 31 (12.5% from 255 or 13.48% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C5021F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C5021F is #3AFDE0. Grayscale: #3F3F3F. Windows color (decimal): -3866081 or 2032325. OLE color: 2032325.

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

Color convert

RGB 197 2 31 -
CMYK 0 0.99 0.84 0.23
HSL 351.08º 0.98% 0.39% -
HSV(B) 351.08º 0.99% 0.77% -
XYZ 23.29 12.01 2.39 -
YUV 63.61 109.6 223.14 -
System Red Green Blue C M Y K H S L
Decimal 197 2 31 0 0.99 0.84 0.23 351.08 0.98 0.39
Hex C5 2 1F 0 63 54 17 15F 62 27
Octal 305 2 37 0 143 124 27 537 142 47
Binary 11000101 10 11111 0 1100011 1010100 10111 101011111 1100010 100111

Color Harmonies of #C5021F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5021F

Black with #C5021F

Text Example


Text Example

White with #C5021F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5021F; }

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

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

background-color css

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

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

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

border-color css

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

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

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