Html Css Color HEX #C1151C Fire Engine Red

📋 copy color: '#C1151C'

red 193 ◦ green 21 ◦ blue 28

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

Shades of Fire Engine Red #C1151C

Tints of Fire Engine Red #C1151C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 28 (11.33% from 255) = 11.57%

R = 79.75%
G = 8.68%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1151C (or 0xC1151C) is known color: Fire Engine Red. HEX triplet: C1, 15 and 1C. RGB value is (193,21,28). Sum of RGB (Red+Green+Blue) = 193+21+28=242 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.75% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 28 (11.33% from 255 or 11.57% from 242); Max value from RGB is 193 - color contains mainly: red. Hex color #C1151C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1151C is #3EEAE3. Grayscale: #494949. Windows color (decimal): -4123364 or 1840577. OLE color: 1840577.

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

Color convert

RGB 193 21 28 -
CMYK 0 0.89 0.85 0.24
HSL 357.56º 0.8% 0.42% -
HSV(B) 357.56º 0.89% 0.76% -
XYZ 22.47 11.96 2.22 -
YUV 73.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 193 21 28 0 0.89 0.85 0.24 357.56 0.8 0.42
Hex C1 15 1C 0 59 55 18 166 50 2A
Octal 301 25 34 0 131 125 30 546 120 52
Binary 11000001 10101 11100 0 1011001 1010101 11000 101100110 1010000 101010

Color Harmonies of #C1151C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1151C

Black with #C1151C

Text Example


Text Example

White with #C1151C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1151C; }

 p { color: rgb(193,21,28); }

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

background-color css

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

 a { background-color: rgb(193,21,28); }

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

border-color css

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

 span { border-color: rgb(193,21,28); }

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