Html Css Color HEX #D12123 Fire Engine Red

📋 copy color: '#D12123'

red 209 ◦ green 33 ◦ blue 35

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

Shades of Fire Engine Red #D12123

Tints of Fire Engine Red #D12123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.91%

 BLUE value IS 35 (14.06% from 255) = 12.64%

R = 75.45%
G = 11.91%
B = 12.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D12123 (or 0xD12123) is known color: Fire Engine Red. HEX triplet: D1, 21 and 23. RGB value is (209,33,35). Sum of RGB (Red+Green+Blue) = 209+33+35=277 (36% of max value = 765). Red value is 209 (82.03% from 255 or 75.45% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 35 (14.06% from 255 or 12.64% from 277); Max value from RGB is 209 - color contains mainly: red. Hex color #D12123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12123 is #2EDEDC. Grayscale: #565656. Windows color (decimal): -3071709 or 2302417. OLE color: 2302417.

HSL color Cylindrical-coordinate representation of color #D12123: hue angle of 359.32º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D12123 is Cyan = 0, Magento = 0.84, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 33 35 -
CMYK 0 0.84 0.83 0.18
HSL 359.32º 0.73% 0.47% -
HSV(B) 359.32º 0.84% 0.82% -
XYZ 27.14 14.76 3.01 -
YUV 85.85 99.31 215.84 -
System Red Green Blue C M Y K H S L
Decimal 209 33 35 0 0.84 0.83 0.18 359.32 0.73 0.47
Hex D1 21 23 0 54 53 12 167 49 2F
Octal 321 41 43 0 124 123 22 547 111 57
Binary 11010001 100001 100011 0 1010100 1010011 10010 101100111 1001001 101111

Color Harmonies of #D12123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12123

Black with #D12123

Text Example


Text Example

White with #D12123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12123; }

 p { color: rgb(209,33,35); }

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

background-color css

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

 a { background-color: rgb(209,33,35); }

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

border-color css

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

 span { border-color: rgb(209,33,35); }

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