Html Css Color HEX #C11624 Fire Engine Red

📋 copy color: '#C11624'

red 193 ◦ green 22 ◦ blue 36

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

Shades of Fire Engine Red #C11624

Tints of Fire Engine Red #C11624

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.76%

 BLUE value IS 36 (14.45% from 255) = 14.34%

R = 76.89%
G = 8.76%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C11624 (or 0xC11624) is known color: Fire Engine Red. HEX triplet: C1, 16 and 24. RGB value is (193,22,36). Sum of RGB (Red+Green+Blue) = 193+22+36=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C11624 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11624 is #3EE9DB. Grayscale: #4A4A4A. Windows color (decimal): -4123100 or 2365121. OLE color: 2365121.

HSL color Cylindrical-coordinate representation of color #C11624: hue angle of 355.09º 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 #C11624 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 22 36 -
CMYK 0 0.89 0.81 0.24
HSL 355.09º 0.8% 0.42% -
HSV(B) 355.09º 0.89% 0.76% -
XYZ 22.6 12.04 2.8 -
YUV 74.73 106.15 212.36 -
System Red Green Blue C M Y K H S L
Decimal 193 22 36 0 0.89 0.81 0.24 355.09 0.8 0.42
Hex C1 16 24 0 59 51 18 163 50 2A
Octal 301 26 44 0 131 121 30 543 120 52
Binary 11000001 10110 100100 0 1011001 1010001 11000 101100011 1010000 101010

Color Harmonies of #C11624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11624

Black with #C11624

Text Example


Text Example

White with #C11624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11624; }

 p { color: rgb(193,22,36); }

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

background-color css

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

 a { background-color: rgb(193,22,36); }

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

border-color css

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

 span { border-color: rgb(193,22,36); }

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