Html Css Color HEX #D4101D Fire Engine Red

📋 copy color: '#D4101D'

red 212 ◦ green 16 ◦ blue 29

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

Shades of Fire Engine Red #D4101D

Tints of Fire Engine Red #D4101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.23%

 BLUE value IS 29 (11.72% from 255) = 11.28%

R = 82.49%
G = 6.23%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D4101D (or 0xD4101D) is known color: Fire Engine Red. HEX triplet: D4, 10 and 1D. RGB value is (212,16,29). Sum of RGB (Red+Green+Blue) = 212+16+29=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 29 (11.72% from 255 or 11.28% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D4101D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D4101D is #2BEFE2. Grayscale: #4C4C4C. Windows color (decimal): -2879459 or 1904852. OLE color: 1904852.

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

Color convert

RGB 212 16 29 -
CMYK 0 0.92 0.86 0.17
HSL 356.02º 0.86% 0.45% -
HSV(B) 356.02º 0.92% 0.83% -
XYZ 27.56 14.46 2.5 -
YUV 76.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 212 16 29 0 0.92 0.86 0.17 356.02 0.86 0.45
Hex D4 10 1D 0 5C 56 11 164 56 2D
Octal 324 20 35 0 134 126 21 544 126 55
Binary 11010100 10000 11101 0 1011100 1010110 10001 101100100 1010110 101101

Color Harmonies of #D4101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4101D

Black with #D4101D

Text Example


Text Example

White with #D4101D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4101D; }

 p { color: rgb(212,16,29); }

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

background-color css

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

 a { background-color: rgb(212,16,29); }

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

border-color css

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

 span { border-color: rgb(212,16,29); }

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