Html Css Color HEX #C11621 Fire Engine Red

📋 copy color: '#C11621'

red 193 ◦ green 22 ◦ blue 33

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

Shades of Fire Engine Red #C11621

Tints of Fire Engine Red #C11621

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.31%

R = 77.82%
G = 8.87%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11621 (or 0xC11621) is known color: Fire Engine Red. HEX triplet: C1, 16 and 21. RGB value is (193,22,33). Sum of RGB (Red+Green+Blue) = 193+22+33=248 (32% of max value = 765). Red value is 193 (75.78% from 255 or 77.82% from 248); Green value is 22 (8.98% from 255 or 8.87% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 193 - color contains mainly: red. Hex color #C11621 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11621 is #3EE9DE. Grayscale: #4A4A4A. Windows color (decimal): -4123103 or 2168513. OLE color: 2168513.

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

Color convert

RGB 193 22 33 -
CMYK 0 0.89 0.83 0.24
HSL 356.14º 0.8% 0.42% -
HSV(B) 356.14º 0.89% 0.76% -
XYZ 22.55 12.02 2.57 -
YUV 74.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 193 22 33 0 0.89 0.83 0.24 356.14 0.8 0.42
Hex C1 16 21 0 59 53 18 164 50 2A
Octal 301 26 41 0 131 123 30 544 120 52
Binary 11000001 10110 100001 0 1011001 1010011 11000 101100100 1010000 101010

Color Harmonies of #C11621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11621

Black with #C11621

Text Example


Text Example

White with #C11621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11621; }

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

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

background-color css

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

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

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

border-color css

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

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

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