Html Css Color HEX #C51217 Venetian Red

📋 copy color: '#C51217'

red 197 ◦ green 18 ◦ blue 23

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

Shades of Venetian Red #C51217

Tints of Venetian Red #C51217

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.56%

 BLUE value IS 23 (9.38% from 255) = 9.66%

R = 82.77%
G = 7.56%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C51217 (or 0xC51217) is known color: Venetian Red. HEX triplet: C5, 12 and 17. RGB value is (197,18,23). Sum of RGB (Red+Green+Blue) = 197+18+23=238 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.77% from 238); Green value is 18 (7.42% from 255 or 7.56% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 197 - color contains mainly: red. Hex color #C51217 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C51217 is #3AEDE8. Grayscale: #484848. Windows color (decimal): -3861993 or 1512133. OLE color: 1512133.

HSL color Cylindrical-coordinate representation of color #C51217: hue angle of 358.32º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C51217 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 18 23 -
CMYK 0 0.91 0.88 0.23
HSL 358.32º 0.83% 0.42% -
HSV(B) 358.32º 0.91% 0.77% -
XYZ 23.4 12.36 1.96 -
YUV 72.09 100.3 217.09 -
System Red Green Blue C M Y K H S L
Decimal 197 18 23 0 0.91 0.88 0.23 358.32 0.83 0.42
Hex C5 12 17 0 5B 58 17 166 53 2A
Octal 305 22 27 0 133 130 27 546 123 52
Binary 11000101 10010 10111 0 1011011 1011000 10111 101100110 1010011 101010

Color Harmonies of #C51217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51217

Black with #C51217

Text Example


Text Example

White with #C51217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51217; }

 p { color: rgb(197,18,23); }

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

background-color css

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

 a { background-color: rgb(197,18,23); }

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

border-color css

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

 span { border-color: rgb(197,18,23); }

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