Html Css Color HEX #D52728 Fire Engine Red

📋 copy color: '#D52728'

red 213 ◦ green 39 ◦ blue 40

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

Shades of Fire Engine Red #D52728

Tints of Fire Engine Red #D52728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.36%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 72.95%
G = 13.36%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52728 (or 0xD52728) is known color: Fire Engine Red. HEX triplet: D5, 27 and 28. RGB value is (213,39,40). Sum of RGB (Red+Green+Blue) = 213+39+40=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D52728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52728 is #2AD8D7. Grayscale: #5B5B5B. Windows color (decimal): -2808024 or 2631637. OLE color: 2631637.

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

Color convert

RGB 213 39 40 -
CMYK 0 0.82 0.81 0.16
HSL 359.66º 0.69% 0.49% -
HSV(B) 359.66º 0.82% 0.84% -
XYZ 28.55 15.75 3.54 -
YUV 91.14 99.15 214.92 -
System Red Green Blue C M Y K H S L
Decimal 213 39 40 0 0.82 0.81 0.16 359.66 0.69 0.49
Hex D5 27 28 0 52 51 10 168 45 31
Octal 325 47 50 0 122 121 20 550 105 61
Binary 11010101 100111 101000 0 1010010 1010001 10000 101101000 1000101 110001

Color Harmonies of #D52728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52728

Black with #D52728

Text Example


Text Example

White with #D52728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52728; }

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

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

background-color css

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

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

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

border-color css

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

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

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