Html Css Color HEX #D4151B Fire Engine Red

📋 copy color: '#D4151B'

red 212 ◦ green 21 ◦ blue 27

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

Shades of Fire Engine Red #D4151B

Tints of Fire Engine Red #D4151B

RGB

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

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

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

R = 81.54%
G = 8.08%
B = 10.38%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.17

RGB Variations

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

Color information

#D4151B (or 0xD4151B) is known color: Fire Engine Red. HEX triplet: D4, 15 and 1B. RGB value is (212,21,27). Sum of RGB (Red+Green+Blue) = 212+21+27=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 27 (10.94% from 255 or 10.38% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D4151B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4151B is #2BEAE4. Grayscale: #4E4E4E. Windows color (decimal): -2878181 or 1775060. OLE color: 1775060.

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

Color convert

RGB 212 21 27 -
CMYK 0 0.90 0.87 0.17
HSL 358.12º 0.82% 0.46% -
HSV(B) 358.12º 0.9% 0.83% -
XYZ 27.62 14.61 2.4 -
YUV 78.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 212 21 27 0 0.90 0.87 0.17 358.12 0.82 0.46
Hex D4 15 1B 0 5A 57 11 166 52 2E
Octal 324 25 33 0 132 127 21 546 122 56
Binary 11010100 10101 11011 0 1011010 1010111 10001 101100110 1010010 101110

Color Harmonies of #D4151B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4151B

Black with #D4151B

Text Example


Text Example

White with #D4151B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4151B; }

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

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

background-color css

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

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

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

border-color css

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

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

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