Html Css Color HEX #D4141B Fire Engine Red

📋 copy color: '#D4141B'

red 212 ◦ green 20 ◦ blue 27

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

Shades of Fire Engine Red #D4141B

Tints of Fire Engine Red #D4141B

RGB

 RED value IS 212 (83.2% from 255) = 81.85%

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

 BLUE value IS 27 (10.94% from 255) = 10.42%

R = 81.85%
G = 7.72%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4141B (or 0xD4141B) is known color: Fire Engine Red. HEX triplet: D4, 14 and 1B. RGB value is (212,20,27). Sum of RGB (Red+Green+Blue) = 212+20+27=259 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.85% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 27 (10.94% from 255 or 10.42% from 259); Max value from RGB is 212 - color contains mainly: red. Hex color #D4141B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4141B is #2BEBE4. Grayscale: #4E4E4E. Windows color (decimal): -2878437 or 1774804. OLE color: 1774804.

HSL color Cylindrical-coordinate representation of color #D4141B: hue angle of 357.81º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4141B is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 20 27 -
CMYK 0 0.91 0.87 0.17
HSL 357.81º 0.83% 0.45% -
HSV(B) 357.81º 0.91% 0.83% -
XYZ 27.6 14.58 2.4 -
YUV 78.21 99.11 223.43 -
System Red Green Blue C M Y K H S L
Decimal 212 20 27 0 0.91 0.87 0.17 357.81 0.83 0.45
Hex D4 14 1B 0 5B 57 11 166 53 2D
Octal 324 24 33 0 133 127 21 546 123 55
Binary 11010100 10100 11011 0 1011011 1010111 10001 101100110 1010011 101101

Color Harmonies of #D4141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4141B

Black with #D4141B

Text Example


Text Example

White with #D4141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4141B; }

 p { color: rgb(212,20,27); }

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

background-color css

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

 a { background-color: rgb(212,20,27); }

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

border-color css

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

 span { border-color: rgb(212,20,27); }

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