Html Css Color HEX #C2141A Fire Engine Red

📋 copy color: '#C2141A'

red 194 ◦ green 20 ◦ blue 26

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

Shades of Fire Engine Red #C2141A

Tints of Fire Engine Red #C2141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.83%

R = 80.83%
G = 8.33%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C2141A (or 0xC2141A) is known color: Fire Engine Red. HEX triplet: C2, 14 and 1A. RGB value is (194,20,26). Sum of RGB (Red+Green+Blue) = 194+20+26=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 26 (10.55% from 255 or 10.83% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C2141A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C2141A is #3DEBE5. Grayscale: #484848. Windows color (decimal): -4058086 or 1709250. OLE color: 1709250.

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

Color convert

RGB 194 20 26 -
CMYK 0 0.90 0.87 0.24
HSL 357.93º 0.81% 0.42% -
HSV(B) 357.93º 0.9% 0.76% -
XYZ 22.68 12.04 2.11 -
YUV 72.71 101.65 214.51 -
System Red Green Blue C M Y K H S L
Decimal 194 20 26 0 0.90 0.87 0.24 357.93 0.81 0.42
Hex C2 14 1A 0 5A 57 18 166 51 2A
Octal 302 24 32 0 132 127 30 546 121 52
Binary 11000010 10100 11010 0 1011010 1010111 11000 101100110 1010001 101010

Color Harmonies of #C2141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2141A

Black with #C2141A

Text Example


Text Example

White with #C2141A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2141A; }

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

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

background-color css

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

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

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

border-color css

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

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

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