Html Css Color HEX #C21417 Venetian Red

📋 copy color: '#C21417'

red 194 ◦ green 20 ◦ blue 23

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

Shades of Venetian Red #C21417

Tints of Venetian Red #C21417

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

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

R = 81.86%
G = 8.44%
B = 9.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21417 (or 0xC21417) is known color: Venetian Red. HEX triplet: C2, 14 and 17. RGB value is (194,20,23). Sum of RGB (Red+Green+Blue) = 194+20+23=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 23 (9.38% from 255 or 9.70% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C21417 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21417 is #3DEBE8. Grayscale: #484848. Windows color (decimal): -4058089 or 1512642. OLE color: 1512642.

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

Color convert

RGB 194 20 23 -
CMYK 0 0.90 0.88 0.24
HSL 358.97º 0.81% 0.42% -
HSV(B) 358.97º 0.9% 0.76% -
XYZ 22.65 12.03 1.94 -
YUV 72.37 100.15 214.76 -
System Red Green Blue C M Y K H S L
Decimal 194 20 23 0 0.90 0.88 0.24 358.97 0.81 0.42
Hex C2 14 17 0 5A 58 18 167 51 2A
Octal 302 24 27 0 132 130 30 547 121 52
Binary 11000010 10100 10111 0 1011010 1011000 11000 101100111 1010001 101010

Color Harmonies of #C21417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21417

Black with #C21417

Text Example


Text Example

White with #C21417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21417; }

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

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

background-color css

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

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

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

border-color css

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

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

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