Html Css Color HEX #D52123 Fire Engine Red

📋 copy color: '#D52123'

red 213 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #D52123

Tints of Fire Engine Red #D52123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.46%

R = 75.8%
G = 11.74%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52123 (or 0xD52123) is known color: Fire Engine Red. HEX triplet: D5, 21 and 23. RGB value is (213,33,35). Sum of RGB (Red+Green+Blue) = 213+33+35=281 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.80% from 281); Green value is 33 (13.28% from 255 or 11.74% from 281); Blue value is 35 (14.06% from 255 or 12.46% from 281); Max value from RGB is 213 - color contains mainly: red. Hex color #D52123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52123 is #2ADEDC. Grayscale: #575757. Windows color (decimal): -2809565 or 2302421. OLE color: 2302421.

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

Color convert

RGB 213 33 35 -
CMYK 0 0.85 0.84 0.16
HSL 359.33º 0.73% 0.48% -
HSV(B) 359.33º 0.85% 0.84% -
XYZ 28.29 15.36 3.06 -
YUV 87.05 98.63 217.84 -
System Red Green Blue C M Y K H S L
Decimal 213 33 35 0 0.85 0.84 0.16 359.33 0.73 0.48
Hex D5 21 23 0 55 54 10 167 49 30
Octal 325 41 43 0 125 124 20 547 111 60
Binary 11010101 100001 100011 0 1010101 1010100 10000 101100111 1001001 110000

Color Harmonies of #D52123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52123

Black with #D52123

Text Example


Text Example

White with #D52123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52123; }

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

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

background-color css

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

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

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

border-color css

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

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

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