Html Css Color HEX #C1181B Fire Engine Red

📋 copy color: '#C1181B'

red 193 ◦ green 24 ◦ blue 27

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

Shades of Fire Engine Red #C1181B

Tints of Fire Engine Red #C1181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.07%

R = 79.1%
G = 9.84%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1181B (or 0xC1181B) is known color: Fire Engine Red. HEX triplet: C1, 18 and 1B. RGB value is (193,24,27). Sum of RGB (Red+Green+Blue) = 193+24+27=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 27 (10.94% from 255 or 11.07% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1181B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1181B is #3EE7E4. Grayscale: #4B4B4B. Windows color (decimal): -4122597 or 1775809. OLE color: 1775809.

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

Color convert

RGB 193 24 27 -
CMYK 0 0.88 0.86 0.24
HSL 358.93º 0.78% 0.43% -
HSV(B) 358.93º 0.88% 0.76% -
XYZ 22.52 12.07 2.18 -
YUV 74.87 100.99 212.26 -
System Red Green Blue C M Y K H S L
Decimal 193 24 27 0 0.88 0.86 0.24 358.93 0.78 0.43
Hex C1 18 1B 0 58 56 18 167 4E 2B
Octal 301 30 33 0 130 126 30 547 116 53
Binary 11000001 11000 11011 0 1011000 1010110 11000 101100111 1001110 101011

Color Harmonies of #C1181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1181B

Black with #C1181B

Text Example


Text Example

White with #C1181B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1181B; }

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

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

background-color css

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

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

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

border-color css

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

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

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