Html Css Color HEX #D12728 Fire Engine Red

📋 copy color: '#D12728'

red 209 ◦ green 39 ◦ blue 40

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

Shades of Fire Engine Red #D12728

Tints of Fire Engine Red #D12728

RGB

 RED value IS 209 (82.03% from 255) = 72.57%

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

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

R = 72.57%
G = 13.54%
B = 13.89%

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

#D12728 (or 0xD12728) is known color: Fire Engine Red. HEX triplet: D1, 27 and 28. RGB value is (209,39,40). Sum of RGB (Red+Green+Blue) = 209+39+40=288 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.57% from 288); Green value is 39 (15.62% from 255 or 13.54% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 209 - color contains mainly: red. Hex color #D12728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12728 is #2ED8D7. Grayscale: #5A5A5A. Windows color (decimal): -3070168 or 2631633. OLE color: 2631633.

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

Color convert

RGB 209 39 40 -
CMYK 0 0.81 0.81 0.18
HSL 359.65º 0.69% 0.49% -
HSV(B) 359.65º 0.81% 0.82% -
XYZ 27.4 15.16 3.49 -
YUV 89.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 209 39 40 0 0.81 0.81 0.18 359.65 0.69 0.49
Hex D1 27 28 0 51 51 12 168 45 31
Octal 321 47 50 0 121 121 22 550 105 61
Binary 11010001 100111 101000 0 1010001 1010001 10010 101101000 1000101 110001

Color Harmonies of #D12728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12728

Black with #D12728

Text Example


Text Example

White with #D12728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12728; }

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

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

background-color css

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

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

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

border-color css

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

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

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