Html Css Color HEX #C11625 Fire Engine Red

📋 copy color: '#C11625'

red 193 ◦ green 22 ◦ blue 37

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

Shades of Fire Engine Red #C11625

Tints of Fire Engine Red #C11625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

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

R = 76.59%
G = 8.73%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C11625 (or 0xC11625) is known color: Fire Engine Red. HEX triplet: C1, 16 and 25. RGB value is (193,22,37). Sum of RGB (Red+Green+Blue) = 193+22+37=252 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.59% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 193 - color contains mainly: red. Hex color #C11625 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11625 is #3EE9DA. Grayscale: #4A4A4A. Windows color (decimal): -4123099 or 2430657. OLE color: 2430657.

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

Color convert

RGB 193 22 37 -
CMYK 0 0.89 0.81 0.24
HSL 354.74º 0.8% 0.42% -
HSV(B) 354.74º 0.89% 0.76% -
XYZ 22.61 12.04 2.88 -
YUV 74.84 106.65 212.28 -
System Red Green Blue C M Y K H S L
Decimal 193 22 37 0 0.89 0.81 0.24 354.74 0.8 0.42
Hex C1 16 25 0 59 51 18 163 50 2A
Octal 301 26 45 0 131 121 30 543 120 52
Binary 11000001 10110 100101 0 1011001 1010001 11000 101100011 1010000 101010

Color Harmonies of #C11625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11625

Black with #C11625

Text Example


Text Example

White with #C11625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11625; }

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

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

background-color css

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

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

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

border-color css

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

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

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