Html Css Color HEX #D50426 Fire Engine Red

📋 copy color: '#D50426'

red 213 ◦ green 4 ◦ blue 38

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

Shades of Fire Engine Red #D50426

Tints of Fire Engine Red #D50426

RGB

 RED value IS 213 (83.59% from 255) = 83.53%

 GREEN value IS 4 (1.95% from 255) = 1.57%

 BLUE value IS 38 (15.23% from 255) = 14.9%

R = 83.53%
G = 1.57%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D50426 (or 0xD50426) is known color: Fire Engine Red. HEX triplet: D5, 04 and 26. RGB value is (213,4,38). Sum of RGB (Red+Green+Blue) = 213+4+38=255 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.53% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 38 (15.23% from 255 or 14.90% from 255); Max value from RGB is 213 - color contains mainly: red. Hex color #D50426 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50426 is #2AFBD9. Grayscale: #464646. Windows color (decimal): -2816986 or 2491605. OLE color: 2491605.

HSL color Cylindrical-coordinate representation of color #D50426: hue angle of 350.24º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D50426 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 38 -
CMYK 0 0.98 0.82 0.16
HSL 350.24º 0.96% 0.43% -
HSV(B) 350.24º 0.98% 0.84% -
XYZ 27.83 14.37 3.14 -
YUV 70.37 109.74 229.74 -
System Red Green Blue C M Y K H S L
Decimal 213 4 38 0 0.98 0.82 0.16 350.24 0.96 0.43
Hex D5 4 26 0 62 52 10 15E 60 2B
Octal 325 4 46 0 142 122 20 536 140 53
Binary 11010101 100 100110 0 1100010 1010010 10000 101011110 1100000 101011

Color Harmonies of #D50426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50426

Black with #D50426

Text Example


Text Example

White with #D50426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50426; }

 p { color: rgb(213,4,38); }

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

background-color css

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

 a { background-color: rgb(213,4,38); }

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

border-color css

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

 span { border-color: rgb(213,4,38); }

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