Html Css Color HEX #C21318 Venetian Red

📋 copy color: '#C21318'

red 194 ◦ green 19 ◦ blue 24

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

Shades of Venetian Red #C21318

Tints of Venetian Red #C21318

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 24 (9.77% from 255) = 10.13%

R = 81.86%
G = 8.02%
B = 10.13%

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

#C21318 (or 0xC21318) is known color: Venetian Red. HEX triplet: C2, 13 and 18. RGB value is (194,19,24). Sum of RGB (Red+Green+Blue) = 194+19+24=237 (31% of max value = 765). Red value is 194 (76.17% from 255 or 81.86% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 24 (9.77% from 255 or 10.13% from 237); Max value from RGB is 194 - color contains mainly: red. Hex color #C21318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21318 is #3DECE7. Grayscale: #484848. Windows color (decimal): -4058344 or 1577922. OLE color: 1577922.

HSL color Cylindrical-coordinate representation of color #C21318: hue angle of 358.29º degrees, saturation: 0.82, 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 #C21318 is Cyan = 0, Magento = 0.90, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 24 -
CMYK 0 0.90 0.88 0.24
HSL 358.29º 0.82% 0.42% -
HSV(B) 358.29º 0.9% 0.76% -
XYZ 22.65 12 1.99 -
YUV 71.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 194 19 24 0 0.90 0.88 0.24 358.29 0.82 0.42
Hex C2 13 18 0 5A 58 18 166 52 2A
Octal 302 23 30 0 132 130 30 546 122 52
Binary 11000010 10011 11000 0 1011010 1011000 11000 101100110 1010010 101010

Color Harmonies of #C21318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21318

Black with #C21318

Text Example


Text Example

White with #C21318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21318; }

 p { color: rgb(194,19,24); }

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

background-color css

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

 a { background-color: rgb(194,19,24); }

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

border-color css

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

 span { border-color: rgb(194,19,24); }

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