Html Css Color HEX #D01428 Fire Engine Red

📋 copy color: '#D01428'

red 208 ◦ green 20 ◦ blue 40

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

Shades of Fire Engine Red #D01428

Tints of Fire Engine Red #D01428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 77.61%
G = 7.46%
B = 14.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D01428 (or 0xD01428) is known color: Fire Engine Red. HEX triplet: D0, 14 and 28. RGB value is (208,20,40). Sum of RGB (Red+Green+Blue) = 208+20+40=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 40 (16.02% from 255 or 14.93% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D01428 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D01428 is #2FEBD7. Grayscale: #4E4E4E. Windows color (decimal): -3140568 or 2626768. OLE color: 2626768.

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

Color convert

RGB 208 20 40 -
CMYK 0 0.90 0.81 0.18
HSL 353.62º 0.82% 0.45% -
HSV(B) 353.62º 0.9% 0.82% -
XYZ 26.65 14.06 3.32 -
YUV 78.49 106.28 220.37 -
System Red Green Blue C M Y K H S L
Decimal 208 20 40 0 0.90 0.81 0.18 353.62 0.82 0.45
Hex D0 14 28 0 5A 51 12 162 52 2D
Octal 320 24 50 0 132 121 22 542 122 55
Binary 11010000 10100 101000 0 1011010 1010001 10010 101100010 1010010 101101

Color Harmonies of #D01428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01428

Black with #D01428

Text Example


Text Example

White with #D01428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01428; }

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

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

background-color css

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

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

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

border-color css

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

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

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