Html Css Color HEX #D52427 Fire Engine Red

📋 copy color: '#D52427'

red 213 ◦ green 36 ◦ blue 39

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

Shades of Fire Engine Red #D52427

Tints of Fire Engine Red #D52427

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.5%

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

R = 73.96%
G = 12.5%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52427 (or 0xD52427) is known color: Fire Engine Red. HEX triplet: D5, 24 and 27. RGB value is (213,36,39). Sum of RGB (Red+Green+Blue) = 213+36+39=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 36 (14.45% from 255 or 12.5% from 288); Blue value is 39 (15.62% from 255 or 13.54% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D52427 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52427 is #2ADBD8. Grayscale: #595959. Windows color (decimal): -2808793 or 2565333. OLE color: 2565333.

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

Color convert

RGB 213 36 39 -
CMYK 0 0.83 0.82 0.16
HSL 358.98º 0.71% 0.49% -
HSV(B) 358.98º 0.83% 0.84% -
XYZ 28.44 15.55 3.42 -
YUV 89.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 213 36 39 0 0.83 0.82 0.16 358.98 0.71 0.49
Hex D5 24 27 0 53 52 10 167 47 31
Octal 325 44 47 0 123 122 20 547 107 61
Binary 11010101 100100 100111 0 1010011 1010010 10000 101100111 1000111 110001

Color Harmonies of #D52427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52427

Black with #D52427

Text Example


Text Example

White with #D52427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52427; }

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

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

background-color css

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

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

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

border-color css

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

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

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