Html Css Color HEX #D10525 Fire Engine Red

📋 copy color: '#D10525'

red 209 ◦ green 5 ◦ blue 37

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

Shades of Fire Engine Red #D10525

Tints of Fire Engine Red #D10525

RGB

 RED value IS 209 (82.03% from 255) = 83.27%

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

 BLUE value IS 37 (14.84% from 255) = 14.74%

R = 83.27%
G = 1.99%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D10525 (or 0xD10525) is known color: Fire Engine Red. HEX triplet: D1, 05 and 25. RGB value is (209,5,37). Sum of RGB (Red+Green+Blue) = 209+5+37=251 (33% of max value = 765). Red value is 209 (82.03% from 255 or 83.27% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 37 (14.84% from 255 or 14.74% from 251); Max value from RGB is 209 - color contains mainly: red. Hex color #D10525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D10525 is #2EFADA. Grayscale: #454545. Windows color (decimal): -3078875 or 2426321. OLE color: 2426321.

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

Color convert

RGB 209 5 37 -
CMYK 0 0.98 0.82 0.18
HSL 350.59º 0.95% 0.42% -
HSV(B) 350.59º 0.98% 0.82% -
XYZ 26.68 13.8 3.01 -
YUV 69.64 109.59 227.4 -
System Red Green Blue C M Y K H S L
Decimal 209 5 37 0 0.98 0.82 0.18 350.59 0.95 0.42
Hex D1 5 25 0 62 52 12 15F 5F 2A
Octal 321 5 45 0 142 122 22 537 137 52
Binary 11010001 101 100101 0 1100010 1010010 10010 101011111 1011111 101010

Color Harmonies of #D10525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10525

Black with #D10525

Text Example


Text Example

White with #D10525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10525; }

 p { color: rgb(209,5,37); }

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

background-color css

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

 a { background-color: rgb(209,5,37); }

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

border-color css

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

 span { border-color: rgb(209,5,37); }

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