Html Css Color HEX #C5020D Venetian Red

📋 copy color: '#C5020D'

red 197 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #C5020D

Tints of Venetian Red #C5020D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 92.92%
G = 0.94%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5020D (or 0xC5020D) is known color: Venetian Red. HEX triplet: C5, 02 and 0D. RGB value is (197,2,13). Sum of RGB (Red+Green+Blue) = 197+2+13=212 (28% of max value = 765). Red value is 197 (77.34% from 255 or 92.92% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 197 - color contains mainly: red. Hex color #C5020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C5020D is #3AFDF2. Grayscale: #3D3D3D. Windows color (decimal): -3866099 or 852677. OLE color: 852677.

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

Color convert

RGB 197 2 13 -
CMYK 0 0.99 0.93 0.23
HSL 356.62º 0.98% 0.39% -
HSV(B) 356.62º 0.99% 0.77% -
XYZ 23.12 11.94 1.47 -
YUV 61.56 100.6 224.61 -
System Red Green Blue C M Y K H S L
Decimal 197 2 13 0 0.99 0.93 0.23 356.62 0.98 0.39
Hex C5 2 D 0 63 5D 17 165 62 27
Octal 305 2 15 0 143 135 27 545 142 47
Binary 11000101 10 1101 0 1100011 1011101 10111 101100101 1100010 100111

Color Harmonies of #C5020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5020D

Black with #C5020D

Text Example


Text Example

White with #C5020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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