Html Css Color HEX #C11921 Fire Engine Red

📋 copy color: '#C11921'

red 193 ◦ green 25 ◦ blue 33

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

Shades of Fire Engine Red #C11921

Tints of Fire Engine Red #C11921

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

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

R = 76.89%
G = 9.96%
B = 13.15%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11921 (or 0xC11921) is known color: Fire Engine Red. HEX triplet: C1, 19 and 21. RGB value is (193,25,33). Sum of RGB (Red+Green+Blue) = 193+25+33=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 33 (13.28% from 255 or 13.15% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C11921 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11921 is #3EE6DE. Grayscale: #4C4C4C. Windows color (decimal): -4122335 or 2169281. OLE color: 2169281.

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

Color convert

RGB 193 25 33 -
CMYK 0 0.87 0.83 0.24
HSL 357.14º 0.77% 0.43% -
HSV(B) 357.14º 0.87% 0.76% -
XYZ 22.61 12.14 2.59 -
YUV 76.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 193 25 33 0 0.87 0.83 0.24 357.14 0.77 0.43
Hex C1 19 21 0 57 53 18 165 4D 2B
Octal 301 31 41 0 127 123 30 545 115 53
Binary 11000001 11001 100001 0 1010111 1010011 11000 101100101 1001101 101011

Color Harmonies of #C11921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11921

Black with #C11921

Text Example


Text Example

White with #C11921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11921; }

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

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

background-color css

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

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

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

border-color css

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

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

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