Html Css Color HEX #C1142A Fire Engine Red

📋 copy color: '#C1142A'

red 193 ◦ green 20 ◦ blue 42

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

Shades of Fire Engine Red #C1142A

Tints of Fire Engine Red #C1142A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.47%

R = 75.69%
G = 7.84%
B = 16.47%

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

#C1142A (or 0xC1142A) is known color: Fire Engine Red. HEX triplet: C1, 14 and 2A. RGB value is (193,20,42). Sum of RGB (Red+Green+Blue) = 193+20+42=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 20 (8.20% from 255 or 7.84% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1142A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C1142A is #3EEBD5. Grayscale: #4A4A4A. Windows color (decimal): -4123606 or 2757825. OLE color: 2757825.

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

Color convert

RGB 193 20 42 -
CMYK 0 0.90 0.78 0.24
HSL 352.37º 0.81% 0.42% -
HSV(B) 352.37º 0.9% 0.76% -
XYZ 22.66 12 3.31 -
YUV 74.24 109.81 212.71 -
System Red Green Blue C M Y K H S L
Decimal 193 20 42 0 0.90 0.78 0.24 352.37 0.81 0.42
Hex C1 14 2A 0 5A 4E 18 160 51 2A
Octal 301 24 52 0 132 116 30 540 121 52
Binary 11000001 10100 101010 0 1011010 1001110 11000 101100000 1010001 101010

Color Harmonies of #C1142A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1142A

Black with #C1142A

Text Example


Text Example

White with #C1142A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1142A; }

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

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

background-color css

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

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

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

border-color css

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

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

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