Html Css Color HEX #C1142B Fire Engine Red

📋 copy color: '#C1142B'

red 193 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #C1142B

Tints of Fire Engine Red #C1142B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.81%

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 75.39%
G = 7.81%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.24

RGB Variations

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

Color information

#C1142B (or 0xC1142B) is known color: Fire Engine Red. HEX triplet: C1, 14 and 2B. RGB value is (193,20,43). Sum of RGB (Red+Green+Blue) = 193+20+43=256 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.39% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 193 - color contains mainly: red. Hex color #C1142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1142B is #3EEBD4. Grayscale: #4A4A4A. Windows color (decimal): -4123605 or 2823361. OLE color: 2823361.

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

Color convert

RGB 193 20 43 -
CMYK 0 0.90 0.78 0.24
HSL 352.02º 0.81% 0.42% -
HSV(B) 352.02º 0.9% 0.76% -
XYZ 22.68 12.01 3.41 -
YUV 74.35 110.31 212.63 -
System Red Green Blue C M Y K H S L
Decimal 193 20 43 0 0.90 0.78 0.24 352.02 0.81 0.42
Hex C1 14 2B 0 5A 4E 18 160 51 2A
Octal 301 24 53 0 132 116 30 540 121 52
Binary 11000001 10100 101011 0 1011010 1001110 11000 101100000 1010001 101010

Color Harmonies of #C1142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1142B

Black with #C1142B

Text Example


Text Example

White with #C1142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1142B; }

 p { color: rgb(193,20,43); }

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

background-color css

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

 a { background-color: rgb(193,20,43); }

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

border-color css

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

 span { border-color: rgb(193,20,43); }

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