Html Css Color HEX #D01728 Fire Engine Red

📋 copy color: '#D01728'

red 208 ◦ green 23 ◦ blue 40

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

Shades of Fire Engine Red #D01728

Tints of Fire Engine Red #D01728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

 BLUE value IS 40 (16.02% from 255) = 14.76%

R = 76.75%
G = 8.49%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D01728 (or 0xD01728) is known color: Fire Engine Red. HEX triplet: D0, 17 and 28. RGB value is (208,23,40). Sum of RGB (Red+Green+Blue) = 208+23+40=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D01728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01728 is #2FE8D7. Grayscale: #505050. Windows color (decimal): -3139800 or 2627536. OLE color: 2627536.

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

Color convert

RGB 208 23 40 -
CMYK 0 0.89 0.81 0.18
HSL 354.49º 0.8% 0.45% -
HSV(B) 354.49º 0.89% 0.82% -
XYZ 26.7 14.18 3.34 -
YUV 80.25 105.29 219.12 -
System Red Green Blue C M Y K H S L
Decimal 208 23 40 0 0.89 0.81 0.18 354.49 0.8 0.45
Hex D0 17 28 0 59 51 12 162 50 2D
Octal 320 27 50 0 131 121 22 542 120 55
Binary 11010000 10111 101000 0 1011001 1010001 10010 101100010 1010000 101101

Color Harmonies of #D01728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01728

Black with #D01728

Text Example


Text Example

White with #D01728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01728; }

 p { color: rgb(208,23,40); }

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

background-color css

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

 a { background-color: rgb(208,23,40); }

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

border-color css

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

 span { border-color: rgb(208,23,40); }

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