Html Css Color HEX #D52026 Fire Engine Red

📋 copy color: '#D52026'

red 213 ◦ green 32 ◦ blue 38

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

Shades of Fire Engine Red #D52026

Tints of Fire Engine Red #D52026

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.31%

 BLUE value IS 38 (15.23% from 255) = 13.43%

R = 75.27%
G = 11.31%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52026 (or 0xD52026) is known color: Fire Engine Red. HEX triplet: D5, 20 and 26. RGB value is (213,32,38). Sum of RGB (Red+Green+Blue) = 213+32+38=283 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75.27% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 38 (15.23% from 255 or 13.43% from 283); Max value from RGB is 213 - color contains mainly: red. Hex color #D52026 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52026 is #2ADFD9. Grayscale: #565656. Windows color (decimal): -2809818 or 2498773. OLE color: 2498773.

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

Color convert

RGB 213 32 38 -
CMYK 0 0.85 0.82 0.16
HSL 358.01º 0.74% 0.48% -
HSV(B) 358.01º 0.85% 0.84% -
XYZ 28.31 15.32 3.3 -
YUV 86.8 100.47 218.01 -
System Red Green Blue C M Y K H S L
Decimal 213 32 38 0 0.85 0.82 0.16 358.01 0.74 0.48
Hex D5 20 26 0 55 52 10 166 4A 30
Octal 325 40 46 0 125 122 20 546 112 60
Binary 11010101 100000 100110 0 1010101 1010010 10000 101100110 1001010 110000

Color Harmonies of #D52026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52026

Black with #D52026

Text Example


Text Example

White with #D52026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52026; }

 p { color: rgb(213,32,38); }

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

background-color css

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

 a { background-color: rgb(213,32,38); }

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

border-color css

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

 span { border-color: rgb(213,32,38); }

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