Html Css Color HEX #C11F24 Fire Engine Red

📋 copy color: '#C11F24'

red 193 ◦ green 31 ◦ blue 36

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

Shades of Fire Engine Red #C11F24

Tints of Fire Engine Red #C11F24

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.92%

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

R = 74.23%
G = 11.92%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C11F24 (or 0xC11F24) is known color: Fire Engine Red. HEX triplet: C1, 1F and 24. RGB value is (193,31,36). Sum of RGB (Red+Green+Blue) = 193+31+36=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 31 (12.5% from 255 or 11.92% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C11F24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C11F24 is #3EE0DB. Grayscale: #505050. Windows color (decimal): -4120796 or 2367425. OLE color: 2367425.

HSL color Cylindrical-coordinate representation of color #C11F24: hue angle of 358.15º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C11F24 is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 31 36 -
CMYK 0 0.84 0.81 0.24
HSL 358.15º 0.72% 0.44% -
HSV(B) 358.15º 0.84% 0.76% -
XYZ 22.8 12.44 2.87 -
YUV 80.01 103.17 208.59 -
System Red Green Blue C M Y K H S L
Decimal 193 31 36 0 0.84 0.81 0.24 358.15 0.72 0.44
Hex C1 1F 24 0 54 51 18 166 48 2C
Octal 301 37 44 0 124 121 30 546 110 54
Binary 11000001 11111 100100 0 1010100 1010001 11000 101100110 1001000 101100

Color Harmonies of #C11F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11F24

Black with #C11F24

Text Example


Text Example

White with #C11F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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