Html Css Color HEX #D12628 Fire Engine Red

📋 copy color: '#D12628'

red 209 ◦ green 38 ◦ blue 40

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

Shades of Fire Engine Red #D12628

Tints of Fire Engine Red #D12628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 72.82%
G = 13.24%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D12628 (or 0xD12628) is known color: Fire Engine Red. HEX triplet: D1, 26 and 28. RGB value is (209,38,40). Sum of RGB (Red+Green+Blue) = 209+38+40=287 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.82% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 209 - color contains mainly: red. Hex color #D12628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12628 is #2ED9D7. Grayscale: #595959. Windows color (decimal): -3070424 or 2631377. OLE color: 2631377.

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

Color convert

RGB 209 38 40 -
CMYK 0 0.82 0.81 0.18
HSL 359.3º 0.69% 0.48% -
HSV(B) 359.3º 0.82% 0.82% -
XYZ 27.37 15.09 3.48 -
YUV 89.36 100.15 213.34 -
System Red Green Blue C M Y K H S L
Decimal 209 38 40 0 0.82 0.81 0.18 359.3 0.69 0.48
Hex D1 26 28 0 52 51 12 167 45 30
Octal 321 46 50 0 122 121 22 547 105 60
Binary 11010001 100110 101000 0 1010010 1010001 10010 101100111 1000101 110000

Color Harmonies of #D12628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12628

Black with #D12628

Text Example


Text Example

White with #D12628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12628; }

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

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

background-color css

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

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

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

border-color css

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

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

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