Html Css Color HEX #C2142B Fire Engine Red

📋 copy color: '#C2142B'

red 194 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #C2142B

Tints of Fire Engine Red #C2142B

RGB

 RED value IS 194 (76.17% from 255) = 75.49%

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

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

R = 75.49%
G = 7.78%
B = 16.73%

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

#C2142B (or 0xC2142B) is known color: Fire Engine Red. HEX triplet: C2, 14 and 2B. RGB value is (194,20,43). Sum of RGB (Red+Green+Blue) = 194+20+43=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C2142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2142B is #3DEBD4. Grayscale: #4A4A4A. Windows color (decimal): -4058069 or 2823362. OLE color: 2823362.

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

Color convert

RGB 194 20 43 -
CMYK 0 0.90 0.78 0.24
HSL 352.07º 0.81% 0.42% -
HSV(B) 352.07º 0.9% 0.76% -
XYZ 22.93 12.14 3.42 -
YUV 74.65 110.15 213.13 -
System Red Green Blue C M Y K H S L
Decimal 194 20 43 0 0.90 0.78 0.24 352.07 0.81 0.42
Hex C2 14 2B 0 5A 4E 18 160 51 2A
Octal 302 24 53 0 132 116 30 540 121 52
Binary 11000010 10100 101011 0 1011010 1001110 11000 101100000 1010001 101010

Color Harmonies of #C2142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2142B

Black with #C2142B

Text Example


Text Example

White with #C2142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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