Html Css Color HEX #C11218 Venetian Red

📋 copy color: '#C11218'

red 193 ◦ green 18 ◦ blue 24

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

Shades of Venetian Red #C11218

Tints of Venetian Red #C11218

RGB

 RED value IS 193 (75.78% from 255) = 82.13%

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

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

R = 82.13%
G = 7.66%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C11218 (or 0xC11218) is known color: Venetian Red. HEX triplet: C1, 12 and 18. RGB value is (193,18,24). Sum of RGB (Red+Green+Blue) = 193+18+24=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C11218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C11218 is #3EEDE7. Grayscale: #474747. Windows color (decimal): -4124136 or 1577665. OLE color: 1577665.

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

Color convert

RGB 193 18 24 -
CMYK 0 0.91 0.88 0.24
HSL 357.94º 0.83% 0.41% -
HSV(B) 357.94º 0.91% 0.76% -
XYZ 22.37 11.84 1.97 -
YUV 71.01 101.48 215.01 -
System Red Green Blue C M Y K H S L
Decimal 193 18 24 0 0.91 0.88 0.24 357.94 0.83 0.41
Hex C1 12 18 0 5B 58 18 166 53 29
Octal 301 22 30 0 133 130 30 546 123 51
Binary 11000001 10010 11000 0 1011011 1011000 11000 101100110 1010011 101001

Color Harmonies of #C11218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11218

Black with #C11218

Text Example


Text Example

White with #C11218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11218; }

 p { color: rgb(193,18,24); }

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

background-color css

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

 a { background-color: rgb(193,18,24); }

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

border-color css

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

 span { border-color: rgb(193,18,24); }

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