Html Css Color HEX #D52128 Fire Engine Red

📋 copy color: '#D52128'

red 213 ◦ green 33 ◦ blue 40

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

Shades of Fire Engine Red #D52128

Tints of Fire Engine Red #D52128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.54%

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

R = 74.48%
G = 11.54%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D52128 (or 0xD52128) is known color: Fire Engine Red. HEX triplet: D5, 21 and 28. RGB value is (213,33,40). Sum of RGB (Red+Green+Blue) = 213+33+40=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 33 (13.28% from 255 or 11.54% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D52128 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52128 is #2ADED7. Grayscale: #575757. Windows color (decimal): -2809560 or 2630101. OLE color: 2630101.

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

Color convert

RGB 213 33 40 -
CMYK 0 0.85 0.81 0.16
HSL 357.67º 0.73% 0.48% -
HSV(B) 357.67º 0.85% 0.84% -
XYZ 28.37 15.39 3.48 -
YUV 87.62 101.13 217.43 -
System Red Green Blue C M Y K H S L
Decimal 213 33 40 0 0.85 0.81 0.16 357.67 0.73 0.48
Hex D5 21 28 0 55 51 10 166 49 30
Octal 325 41 50 0 125 121 20 546 111 60
Binary 11010101 100001 101000 0 1010101 1010001 10000 101100110 1001001 110000

Color Harmonies of #D52128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52128

Black with #D52128

Text Example


Text Example

White with #D52128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52128; }

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

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

background-color css

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

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

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

border-color css

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

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

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