Html Css Color HEX #D41A2D Fire Engine Red

📋 copy color: '#D41A2D'

red 212 ◦ green 26 ◦ blue 45

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

Shades of Fire Engine Red #D41A2D

Tints of Fire Engine Red #D41A2D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

 BLUE value IS 45 (17.97% from 255) = 15.9%

R = 74.91%
G = 9.19%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D41A2D (or 0xD41A2D) is known color: Fire Engine Red. HEX triplet: D4, 1A and 2D. RGB value is (212,26,45). Sum of RGB (Red+Green+Blue) = 212+26+45=283 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.91% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 45 (17.97% from 255 or 15.90% from 283); Max value from RGB is 212 - color contains mainly: red. Hex color #D41A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41A2D is #2BE5D2. Grayscale: #535353. Windows color (decimal): -2876883 or 2955988. OLE color: 2955988.

HSL color Cylindrical-coordinate representation of color #D41A2D: hue angle of 353.87º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41A2D is Cyan = 0, Magento = 0.88, Yellow = 0.79 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 26 45 -
CMYK 0 0.88 0.79 0.17
HSL 353.87º 0.78% 0.47% -
HSV(B) 353.87º 0.88% 0.83% -
XYZ 27.99 14.93 3.89 -
YUV 83.78 106.12 219.46 -
System Red Green Blue C M Y K H S L
Decimal 212 26 45 0 0.88 0.79 0.17 353.87 0.78 0.47
Hex D4 1A 2D 0 58 4F 11 162 4E 2F
Octal 324 32 55 0 130 117 21 542 116 57
Binary 11010100 11010 101101 0 1011000 1001111 10001 101100010 1001110 101111

Color Harmonies of #D41A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41A2D

Black with #D41A2D

Text Example


Text Example

White with #D41A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41A2D; }

 p { color: rgb(212,26,45); }

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

background-color css

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

 a { background-color: rgb(212,26,45); }

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

border-color css

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

 span { border-color: rgb(212,26,45); }

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