Html Css Color HEX #C11821 Fire Engine Red

📋 copy color: '#C11821'

red 193 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #C11821

Tints of Fire Engine Red #C11821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 77.2%
G = 9.6%
B = 13.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C11821 (or 0xC11821) is known color: Fire Engine Red. HEX triplet: C1, 18 and 21. RGB value is (193,24,33). Sum of RGB (Red+Green+Blue) = 193+24+33=250 (33% of max value = 765). Red value is 193 (75.78% from 255 or 77.2% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 33 (13.28% from 255 or 13.2% from 250); Max value from RGB is 193 - color contains mainly: red. Hex color #C11821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11821 is #3EE7DE. Grayscale: #4B4B4B. Windows color (decimal): -4122591 or 2169025. OLE color: 2169025.

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

Color convert

RGB 193 24 33 -
CMYK 0 0.88 0.83 0.24
HSL 356.8º 0.78% 0.43% -
HSV(B) 356.8º 0.88% 0.76% -
XYZ 22.59 12.1 2.58 -
YUV 75.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 193 24 33 0 0.88 0.83 0.24 356.8 0.78 0.43
Hex C1 18 21 0 58 53 18 165 4E 2B
Octal 301 30 41 0 130 123 30 545 116 53
Binary 11000001 11000 100001 0 1011000 1010011 11000 101100101 1001110 101011

Color Harmonies of #C11821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11821

Black with #C11821

Text Example


Text Example

White with #C11821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11821; }

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

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

background-color css

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

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

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

border-color css

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

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

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