Html Css Color HEX #D5052A Fire Engine Red

📋 copy color: '#D5052A'

red 213 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #D5052A

Tints of Fire Engine Red #D5052A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.92%

 BLUE value IS 42 (16.8% from 255) = 16.15%

R = 81.92%
G = 1.92%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5052A (or 0xD5052A) is known color: Fire Engine Red. HEX triplet: D5, 05 and 2A. RGB value is (213,5,42). Sum of RGB (Red+Green+Blue) = 213+5+42=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 42 (16.80% from 255 or 16.15% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D5052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5052A is #2AFAD5. Grayscale: #474747. Windows color (decimal): -2816726 or 2754005. OLE color: 2754005.

HSL color Cylindrical-coordinate representation of color #D5052A: hue angle of 349.33º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D5052A is Cyan = 0, Magento = 0.98, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 42 -
CMYK 0 0.98 0.80 0.16
HSL 349.33º 0.95% 0.43% -
HSV(B) 349.33º 0.98% 0.84% -
XYZ 27.91 14.42 3.5 -
YUV 71.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 213 5 42 0 0.98 0.80 0.16 349.33 0.95 0.43
Hex D5 5 2A 0 62 50 10 15D 5F 2B
Octal 325 5 52 0 142 120 20 535 137 53
Binary 11010101 101 101010 0 1100010 1010000 10000 101011101 1011111 101011

Color Harmonies of #D5052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5052A

Black with #D5052A

Text Example


Text Example

White with #D5052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5052A; }

 p { color: rgb(213,5,42); }

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

background-color css

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

 a { background-color: rgb(213,5,42); }

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

border-color css

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

 span { border-color: rgb(213,5,42); }

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