Html Css Color HEX #D01D25 Fire Engine Red

📋 copy color: '#D01D25'

red 208 ◦ green 29 ◦ blue 37

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

Shades of Fire Engine Red #D01D25

Tints of Fire Engine Red #D01D25

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.58%

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

R = 75.91%
G = 10.58%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D01D25 (or 0xD01D25) is known color: Fire Engine Red. HEX triplet: D0, 1D and 25. RGB value is (208,29,37). Sum of RGB (Red+Green+Blue) = 208+29+37=274 (36% of max value = 765). Red value is 208 (81.64% from 255 or 75.91% from 274); Green value is 29 (11.72% from 255 or 10.58% from 274); Blue value is 37 (14.84% from 255 or 13.50% from 274); Max value from RGB is 208 - color contains mainly: red. Hex color #D01D25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D01D25 is #2FE2DA. Grayscale: #535353. Windows color (decimal): -3138267 or 2432464. OLE color: 2432464.

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

Color convert

RGB 208 29 37 -
CMYK 0 0.86 0.82 0.18
HSL 357.32º 0.76% 0.46% -
HSV(B) 357.32º 0.86% 0.82% -
XYZ 26.79 14.42 3.12 -
YUV 83.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 208 29 37 0 0.86 0.82 0.18 357.32 0.76 0.46
Hex D0 1D 25 0 56 52 12 165 4C 2E
Octal 320 35 45 0 126 122 22 545 114 56
Binary 11010000 11101 100101 0 1010110 1010010 10010 101100101 1001100 101110

Color Harmonies of #D01D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01D25

Black with #D01D25

Text Example


Text Example

White with #D01D25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01D25; }

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

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

background-color css

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

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

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

border-color css

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

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

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