Html Css Color HEX #D01525 Fire Engine Red

📋 copy color: '#D01525'

red 208 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #D01525

Tints of Fire Engine Red #D01525

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.89%

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

R = 78.2%
G = 7.89%
B = 13.91%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D01525 (or 0xD01525) is known color: Fire Engine Red. HEX triplet: D0, 15 and 25. RGB value is (208,21,37). Sum of RGB (Red+Green+Blue) = 208+21+37=266 (35% of max value = 765). Red value is 208 (81.64% from 255 or 78.20% from 266); Green value is 21 (8.59% from 255 or 7.89% from 266); Blue value is 37 (14.84% from 255 or 13.91% from 266); Max value from RGB is 208 - color contains mainly: red. Hex color #D01525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01525 is #2FEADA. Grayscale: #4E4E4E. Windows color (decimal): -3140315 or 2430416. OLE color: 2430416.

HSL color Cylindrical-coordinate representation of color #D01525: hue angle of 354.87º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D01525 is Cyan = 0, Magento = 0.90, Yellow = 0.82 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 21 37 -
CMYK 0 0.90 0.82 0.18
HSL 354.87º 0.82% 0.45% -
HSV(B) 354.87º 0.9% 0.82% -
XYZ 26.61 14.08 3.07 -
YUV 78.74 104.45 220.2 -
System Red Green Blue C M Y K H S L
Decimal 208 21 37 0 0.90 0.82 0.18 354.87 0.82 0.45
Hex D0 15 25 0 5A 52 12 163 52 2D
Octal 320 25 45 0 132 122 22 543 122 55
Binary 11010000 10101 100101 0 1011010 1010010 10010 101100011 1010010 101101

Color Harmonies of #D01525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01525

Black with #D01525

Text Example


Text Example

White with #D01525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01525; }

 p { color: rgb(208,21,37); }

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

background-color css

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

 a { background-color: rgb(208,21,37); }

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

border-color css

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

 span { border-color: rgb(208,21,37); }

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