Html Css Color HEX #C4141F Fire Engine Red

📋 copy color: '#C4141F'

red 196 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #C4141F

Tints of Fire Engine Red #C4141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.55%

R = 79.35%
G = 8.1%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C4141F (or 0xC4141F) is known color: Fire Engine Red. HEX triplet: C4, 14 and 1F. RGB value is (196,20,31). Sum of RGB (Red+Green+Blue) = 196+20+31=247 (32% of max value = 765). Red value is 196 (76.95% from 255 or 79.35% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 31 (12.5% from 255 or 12.55% from 247); Max value from RGB is 196 - color contains mainly: red. Hex color #C4141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C4141F is #3BEBE0. Grayscale: #4A4A4A. Windows color (decimal): -3927009 or 2036932. OLE color: 2036932.

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

Color convert

RGB 196 20 31 -
CMYK 0 0.90 0.84 0.23
HSL 356.25º 0.81% 0.42% -
HSV(B) 356.25º 0.9% 0.77% -
XYZ 23.26 12.34 2.45 -
YUV 73.88 103.81 215.11 -
System Red Green Blue C M Y K H S L
Decimal 196 20 31 0 0.90 0.84 0.23 356.25 0.81 0.42
Hex C4 14 1F 0 5A 54 17 164 51 2A
Octal 304 24 37 0 132 124 27 544 121 52
Binary 11000100 10100 11111 0 1011010 1010100 10111 101100100 1010001 101010

Color Harmonies of #C4141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4141F

Black with #C4141F

Text Example


Text Example

White with #C4141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4141F; }

 p { color: rgb(196,20,31); }

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

background-color css

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

 a { background-color: rgb(196,20,31); }

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

border-color css

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

 span { border-color: rgb(196,20,31); }

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