Html Css Color HEX #D3152E Fire Engine Red

📋 copy color: '#D3152E'

red 211 ◦ green 21 ◦ blue 46

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

Shades of Fire Engine Red #D3152E

Tints of Fire Engine Red #D3152E

RGB

 RED value IS 211 (82.81% from 255) = 75.9%

 GREEN value IS 21 (8.59% from 255) = 7.55%

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 75.9%
G = 7.55%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.78

 K value IS 0.17

RGB Variations

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

Color information

#D3152E (or 0xD3152E) is known color: Fire Engine Red. HEX triplet: D3, 15 and 2E. RGB value is (211,21,46). Sum of RGB (Red+Green+Blue) = 211+21+46=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D3152E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3152E is #2CEAD1. Grayscale: #505050. Windows color (decimal): -2943698 or 3020243. OLE color: 3020243.

HSL color Cylindrical-coordinate representation of color #D3152E: hue angle of 352.11º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D3152E is Cyan = 0, Magento = 0.90, Yellow = 0.78 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 46 -
CMYK 0 0.90 0.78 0.17
HSL 352.11º 0.82% 0.45% -
HSV(B) 352.11º 0.9% 0.83% -
XYZ 27.63 14.58 3.94 -
YUV 80.66 108.45 220.97 -
System Red Green Blue C M Y K H S L
Decimal 211 21 46 0 0.90 0.78 0.17 352.11 0.82 0.45
Hex D3 15 2E 0 5A 4E 11 160 52 2D
Octal 323 25 56 0 132 116 21 540 122 55
Binary 11010011 10101 101110 0 1011010 1001110 10001 101100000 1010010 101101

Color Harmonies of #D3152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3152E

Black with #D3152E

Text Example


Text Example

White with #D3152E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3152E; }

 p { color: rgb(211,21,46); }

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

background-color css

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

 a { background-color: rgb(211,21,46); }

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

border-color css

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

 span { border-color: rgb(211,21,46); }

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