Html Css Color HEX #D0052A Fire Engine Red

📋 copy color: '#D0052A'

red 208 ◦ green 5 ◦ blue 42

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

Shades of Fire Engine Red #D0052A

Tints of Fire Engine Red #D0052A

RGB

 RED value IS 208 (81.64% from 255) = 81.57%

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

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

R = 81.57%
G = 1.96%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D0052A (or 0xD0052A) is known color: Fire Engine Red. HEX triplet: D0, 05 and 2A. RGB value is (208,5,42). Sum of RGB (Red+Green+Blue) = 208+5+42=255 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.57% from 255); Green value is 5 (2.34% from 255 or 1.96% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 208 - color contains mainly: red. Hex color #D0052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0052A is #2FFAD5. Grayscale: #454545. Windows color (decimal): -3144406 or 2754000. OLE color: 2754000.

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

Color convert

RGB 208 5 42 -
CMYK 0 0.98 0.80 0.18
HSL 349.06º 0.95% 0.42% -
HSV(B) 349.06º 0.98% 0.82% -
XYZ 26.48 13.69 3.44 -
YUV 69.92 112.25 226.49 -
System Red Green Blue C M Y K H S L
Decimal 208 5 42 0 0.98 0.80 0.18 349.06 0.95 0.42
Hex D0 5 2A 0 62 50 12 15D 5F 2A
Octal 320 5 52 0 142 120 22 535 137 52
Binary 11010000 101 101010 0 1100010 1010000 10010 101011101 1011111 101010

Color Harmonies of #D0052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0052A

Black with #D0052A

Text Example


Text Example

White with #D0052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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