Html Css Color HEX #D12627 Fire Engine Red

📋 copy color: '#D12627'

red 209 ◦ green 38 ◦ blue 39

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

Shades of Fire Engine Red #D12627

Tints of Fire Engine Red #D12627

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 13.64%

R = 73.08%
G = 13.29%
B = 13.64%

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

#D12627 (or 0xD12627) is known color: Fire Engine Red. HEX triplet: D1, 26 and 27. RGB value is (209,38,39). Sum of RGB (Red+Green+Blue) = 209+38+39=286 (37% of max value = 765). Red value is 209 (82.03% from 255 or 73.08% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 39 (15.62% from 255 or 13.64% from 286); Max value from RGB is 209 - color contains mainly: red. Hex color #D12627 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12627 is #2ED9D8. Grayscale: #595959. Windows color (decimal): -3070425 or 2565841. OLE color: 2565841.

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

Color convert

RGB 209 38 39 -
CMYK 0 0.82 0.81 0.18
HSL 359.65º 0.69% 0.48% -
HSV(B) 359.65º 0.82% 0.82% -
XYZ 27.35 15.09 3.39 -
YUV 89.24 99.65 213.42 -
System Red Green Blue C M Y K H S L
Decimal 209 38 39 0 0.82 0.81 0.18 359.65 0.69 0.48
Hex D1 26 27 0 52 51 12 168 45 30
Octal 321 46 47 0 122 121 22 550 105 60
Binary 11010001 100110 100111 0 1010010 1010001 10010 101101000 1000101 110000

Color Harmonies of #D12627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12627

Black with #D12627

Text Example


Text Example

White with #D12627

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12627; }

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

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

background-color css

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

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

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

border-color css

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

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

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