Html Css Color HEX #C11828 Fire Engine Red

📋 copy color: '#C11828'

red 193 ◦ green 24 ◦ blue 40

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

Shades of Fire Engine Red #C11828

Tints of Fire Engine Red #C11828

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.56%

R = 75.1%
G = 9.34%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C11828 (or 0xC11828) is known color: Fire Engine Red. HEX triplet: C1, 18 and 28. RGB value is (193,24,40). Sum of RGB (Red+Green+Blue) = 193+24+40=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 40 (16.02% from 255 or 15.56% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C11828 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11828 is #3EE7D7. Grayscale: #4C4C4C. Windows color (decimal): -4122584 or 2627777. OLE color: 2627777.

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

Color convert

RGB 193 24 40 -
CMYK 0 0.88 0.79 0.24
HSL 354.32º 0.78% 0.43% -
HSV(B) 354.32º 0.88% 0.76% -
XYZ 22.7 12.14 3.15 -
YUV 76.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 193 24 40 0 0.88 0.79 0.24 354.32 0.78 0.43
Hex C1 18 28 0 58 4F 18 162 4E 2B
Octal 301 30 50 0 130 117 30 542 116 53
Binary 11000001 11000 101000 0 1011000 1001111 11000 101100010 1001110 101011

Color Harmonies of #C11828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11828

Black with #C11828

Text Example


Text Example

White with #C11828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11828; }

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

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

background-color css

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

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

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

border-color css

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

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

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