Html Css Color HEX #D50427 Fire Engine Red

📋 copy color: '#D50427'

red 213 ◦ green 4 ◦ blue 39

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

Shades of Fire Engine Red #D50427

Tints of Fire Engine Red #D50427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.23%

R = 83.2%
G = 1.56%
B = 15.23%

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

#D50427 (or 0xD50427) is known color: Fire Engine Red. HEX triplet: D5, 04 and 27. RGB value is (213,4,39). Sum of RGB (Red+Green+Blue) = 213+4+39=256 (33% of max value = 765). Red value is 213 (83.59% from 255 or 83.20% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 213 - color contains mainly: red. Hex color #D50427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D50427 is #2AFBD8. Grayscale: #464646. Windows color (decimal): -2816985 or 2557141. OLE color: 2557141.

HSL color Cylindrical-coordinate representation of color #D50427: hue angle of 349.95º 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 #D50427 is Cyan = 0, Magento = 0.98, Yellow = 0.82 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 4 39 -
CMYK 0 0.98 0.82 0.16
HSL 349.95º 0.96% 0.43% -
HSV(B) 349.95º 0.98% 0.84% -
XYZ 27.85 14.38 3.23 -
YUV 70.48 110.24 229.65 -
System Red Green Blue C M Y K H S L
Decimal 213 4 39 0 0.98 0.82 0.16 349.95 0.96 0.43
Hex D5 4 27 0 62 52 10 15E 60 2B
Octal 325 4 47 0 142 122 20 536 140 53
Binary 11010101 100 100111 0 1100010 1010010 10000 101011110 1100000 101011

Color Harmonies of #D50427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50427

Black with #D50427

Text Example


Text Example

White with #D50427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50427; }

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

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

background-color css

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

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

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

border-color css

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

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

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