Html Css Color HEX #D02728 Fire Engine Red

📋 copy color: '#D02728'

red 208 ◦ green 39 ◦ blue 40

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

Shades of Fire Engine Red #D02728

Tints of Fire Engine Red #D02728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.59%

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

R = 72.47%
G = 13.59%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D02728 (or 0xD02728) is known color: Fire Engine Red. HEX triplet: D0, 27 and 28. RGB value is (208,39,40). Sum of RGB (Red+Green+Blue) = 208+39+40=287 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.47% from 287); Green value is 39 (15.62% from 255 or 13.59% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 208 - color contains mainly: red. Hex color #D02728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D02728 is #2FD8D7. Grayscale: #595959. Windows color (decimal): -3135704 or 2631632. OLE color: 2631632.

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

Color convert

RGB 208 39 40 -
CMYK 0 0.81 0.81 0.18
HSL 359.65º 0.68% 0.48% -
HSV(B) 359.65º 0.81% 0.82% -
XYZ 27.12 15.01 3.48 -
YUV 89.65 99.99 212.42 -
System Red Green Blue C M Y K H S L
Decimal 208 39 40 0 0.81 0.81 0.18 359.65 0.68 0.48
Hex D0 27 28 0 51 51 12 168 44 30
Octal 320 47 50 0 121 121 22 550 104 60
Binary 11010000 100111 101000 0 1010001 1010001 10010 101101000 1000100 110000

Color Harmonies of #D02728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D02728

Black with #D02728

Text Example


Text Example

White with #D02728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D02728; }

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

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

background-color css

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

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

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

border-color css

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

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

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