Html Css Color HEX #C4151A Fire Engine Red

📋 copy color: '#C4151A'

red 196 ◦ green 21 ◦ blue 26

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

Shades of Fire Engine Red #C4151A

Tints of Fire Engine Red #C4151A

RGB

 RED value IS 196 (76.95% from 255) = 80.66%

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

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

R = 80.66%
G = 8.64%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4151A (or 0xC4151A) is known color: Fire Engine Red. HEX triplet: C4, 15 and 1A. RGB value is (196,21,26). Sum of RGB (Red+Green+Blue) = 196+21+26=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 21 (8.59% from 255 or 8.64% from 243); Blue value is 26 (10.55% from 255 or 10.70% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4151A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4151A is #3BEAE5. Grayscale: #4A4A4A. Windows color (decimal): -3926758 or 1709508. OLE color: 1709508.

HSL color Cylindrical-coordinate representation of color #C4151A: hue angle of 358.29º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C4151A is Cyan = 0, Magento = 0.89, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 21 26 -
CMYK 0 0.89 0.87 0.23
HSL 358.29º 0.81% 0.43% -
HSV(B) 358.29º 0.89% 0.77% -
XYZ 23.22 12.35 2.14 -
YUV 73.9 100.98 215.09 -
System Red Green Blue C M Y K H S L
Decimal 196 21 26 0 0.89 0.87 0.23 358.29 0.81 0.43
Hex C4 15 1A 0 59 57 17 166 51 2B
Octal 304 25 32 0 131 127 27 546 121 53
Binary 11000100 10101 11010 0 1011001 1010111 10111 101100110 1010001 101011

Color Harmonies of #C4151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4151A

Black with #C4151A

Text Example


Text Example

White with #C4151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4151A; }

 p { color: rgb(196,21,26); }

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

background-color css

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

 a { background-color: rgb(196,21,26); }

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

border-color css

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

 span { border-color: rgb(196,21,26); }

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