Html Css Color HEX #C11825 Fire Engine Red

📋 copy color: '#C11825'

red 193 ◦ green 24 ◦ blue 37

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

Shades of Fire Engine Red #C11825

Tints of Fire Engine Red #C11825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.57%

R = 75.98%
G = 9.45%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C11825 (or 0xC11825) is known color: Fire Engine Red. HEX triplet: C1, 18 and 25. RGB value is (193,24,37). Sum of RGB (Red+Green+Blue) = 193+24+37=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 24 (9.77% from 255 or 9.45% from 254); Blue value is 37 (14.84% from 255 or 14.57% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C11825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11825 is #3EE7DA. Grayscale: #4C4C4C. Windows color (decimal): -4122587 or 2431169. OLE color: 2431169.

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

Color convert

RGB 193 24 37 -
CMYK 0 0.88 0.81 0.24
HSL 355.38º 0.78% 0.43% -
HSV(B) 355.38º 0.88% 0.76% -
XYZ 22.65 12.12 2.9 -
YUV 76.01 105.99 211.44 -
System Red Green Blue C M Y K H S L
Decimal 193 24 37 0 0.88 0.81 0.24 355.38 0.78 0.43
Hex C1 18 25 0 58 51 18 163 4E 2B
Octal 301 30 45 0 130 121 30 543 116 53
Binary 11000001 11000 100101 0 1011000 1010001 11000 101100011 1001110 101011

Color Harmonies of #C11825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11825

Black with #C11825

Text Example


Text Example

White with #C11825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11825; }

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

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

background-color css

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

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

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

border-color css

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

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

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