Html Css Color HEX #D1232D Fire Engine Red

📋 copy color: '#D1232D'

red 209 ◦ green 35 ◦ blue 45

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

Shades of Fire Engine Red #D1232D

Tints of Fire Engine Red #D1232D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.11%

 BLUE value IS 45 (17.97% from 255) = 15.57%

R = 72.32%
G = 12.11%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1232D (or 0xD1232D) is known color: Fire Engine Red. HEX triplet: D1, 23 and 2D. RGB value is (209,35,45). Sum of RGB (Red+Green+Blue) = 209+35+45=289 (38% of max value = 765). Red value is 209 (82.03% from 255 or 72.32% from 289); Green value is 35 (14.06% from 255 or 12.11% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 209 - color contains mainly: red. Hex color #D1232D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1232D is #2EDCD2. Grayscale: #585858. Windows color (decimal): -3071187 or 2958289. OLE color: 2958289.

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

Color convert

RGB 209 35 45 -
CMYK 0 0.83 0.78 0.18
HSL 356.55º 0.71% 0.48% -
HSV(B) 356.55º 0.83% 0.82% -
XYZ 27.37 14.95 3.93 -
YUV 88.17 103.65 214.19 -
System Red Green Blue C M Y K H S L
Decimal 209 35 45 0 0.83 0.78 0.18 356.55 0.71 0.48
Hex D1 23 2D 0 53 4E 12 165 47 30
Octal 321 43 55 0 123 116 22 545 107 60
Binary 11010001 100011 101101 0 1010011 1001110 10010 101100101 1000111 110000

Color Harmonies of #D1232D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1232D

Black with #D1232D

Text Example


Text Example

White with #D1232D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1232D; }

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

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

background-color css

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

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

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

border-color css

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

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

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