Html Css Color HEX #D0052B Fire Engine Red

📋 copy color: '#D0052B'

red 208 ◦ green 5 ◦ blue 43

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

Shades of Fire Engine Red #D0052B

Tints of Fire Engine Red #D0052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 16.8%

R = 81.25%
G = 1.95%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0052B (or 0xD0052B) is known color: Fire Engine Red. HEX triplet: D0, 05 and 2B. RGB value is (208,5,43). Sum of RGB (Red+Green+Blue) = 208+5+43=256 (33% of max value = 765). Red value is 208 (81.64% from 255 or 81.25% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 208 - color contains mainly: red. Hex color #D0052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0052B is #2FFAD4. Grayscale: #464646. Windows color (decimal): -3144405 or 2819536. OLE color: 2819536.

HSL color Cylindrical-coordinate representation of color #D0052B: hue angle of 348.77º 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 #D0052B is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 43 -
CMYK 0 0.98 0.79 0.18
HSL 348.77º 0.95% 0.42% -
HSV(B) 348.77º 0.98% 0.82% -
XYZ 26.5 13.69 3.53 -
YUV 70.03 112.75 226.41 -
System Red Green Blue C M Y K H S L
Decimal 208 5 43 0 0.98 0.79 0.18 348.77 0.95 0.42
Hex D0 5 2B 0 62 4F 12 15D 5F 2A
Octal 320 5 53 0 142 117 22 535 137 52
Binary 11010000 101 101011 0 1100010 1001111 10010 101011101 1011111 101010

Color Harmonies of #D0052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0052B

Black with #D0052B

Text Example


Text Example

White with #D0052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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