Html Css Color HEX #C11725 Fire Engine Red

📋 copy color: '#C11725'

red 193 ◦ green 23 ◦ blue 37

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

Shades of Fire Engine Red #C11725

Tints of Fire Engine Red #C11725

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.09%

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

R = 76.28%
G = 9.09%
B = 14.62%

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

#C11725 (or 0xC11725) is known color: Fire Engine Red. HEX triplet: C1, 17 and 25. RGB value is (193,23,37). Sum of RGB (Red+Green+Blue) = 193+23+37=253 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.28% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 193 - color contains mainly: red. Hex color #C11725 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C11725 is #3EE8DA. Grayscale: #4B4B4B. Windows color (decimal): -4122843 or 2430913. OLE color: 2430913.

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

Color convert

RGB 193 23 37 -
CMYK 0 0.88 0.81 0.24
HSL 355.06º 0.79% 0.42% -
HSV(B) 355.06º 0.88% 0.76% -
XYZ 22.63 12.08 2.89 -
YUV 75.43 106.32 211.86 -
System Red Green Blue C M Y K H S L
Decimal 193 23 37 0 0.88 0.81 0.24 355.06 0.79 0.42
Hex C1 17 25 0 58 51 18 163 4F 2A
Octal 301 27 45 0 130 121 30 543 117 52
Binary 11000001 10111 100101 0 1011000 1010001 11000 101100011 1001111 101010

Color Harmonies of #C11725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C11725

Black with #C11725

Text Example


Text Example

White with #C11725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C11725; }

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

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

background-color css

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

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

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

border-color css

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

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

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