Html Css Color HEX #C21517 Venetian Red

📋 copy color: '#C21517'

red 194 ◦ green 21 ◦ blue 23

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

Shades of Venetian Red #C21517

Tints of Venetian Red #C21517

RGB

 RED value IS 194 (76.17% from 255) = 81.51%

 GREEN value IS 21 (8.59% from 255) = 8.82%

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

R = 81.51%
G = 8.82%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21517 (or 0xC21517) is known color: Venetian Red. HEX triplet: C2, 15 and 17. RGB value is (194,21,23). Sum of RGB (Red+Green+Blue) = 194+21+23=238 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.51% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 23 (9.38% from 255 or 9.66% from 238); Max value from RGB is 194 - color contains mainly: red. Hex color #C21517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21517 is #3DEAE8. Grayscale: #494949. Windows color (decimal): -4057833 or 1512898. OLE color: 1512898.

HSL color Cylindrical-coordinate representation of color #C21517: hue angle of 359.31º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21517 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 23 -
CMYK 0 0.89 0.88 0.24
HSL 359.31º 0.8% 0.42% -
HSV(B) 359.31º 0.89% 0.76% -
XYZ 22.67 12.07 1.94 -
YUV 72.96 99.81 214.34 -
System Red Green Blue C M Y K H S L
Decimal 194 21 23 0 0.89 0.88 0.24 359.31 0.8 0.42
Hex C2 15 17 0 59 58 18 167 50 2A
Octal 302 25 27 0 131 130 30 547 120 52
Binary 11000010 10101 10111 0 1011001 1011000 11000 101100111 1010000 101010

Color Harmonies of #C21517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21517

Black with #C21517

Text Example


Text Example

White with #C21517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21517; }

 p { color: rgb(194,21,23); }

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

background-color css

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

 a { background-color: rgb(194,21,23); }

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

border-color css

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

 span { border-color: rgb(194,21,23); }

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