Html Css Color HEX #D3152B Fire Engine Red

📋 copy color: '#D3152B'

red 211 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #D3152B

Tints of Fire Engine Red #D3152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.64%

R = 76.73%
G = 7.64%
B = 15.64%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3152B (or 0xD3152B) is known color: Fire Engine Red. HEX triplet: D3, 15 and 2B. RGB value is (211,21,43). Sum of RGB (Red+Green+Blue) = 211+21+43=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 21 (8.59% from 255 or 7.64% from 275); Blue value is 43 (17.19% from 255 or 15.64% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3152B is #2CEAD4. Grayscale: #505050. Windows color (decimal): -2943701 or 2823635. OLE color: 2823635.

HSL color Cylindrical-coordinate representation of color #D3152B: hue angle of 353.05º 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 #D3152B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 21 43 -
CMYK 0 0.90 0.80 0.17
HSL 353.05º 0.82% 0.45% -
HSV(B) 353.05º 0.9% 0.83% -
XYZ 27.57 14.56 3.64 -
YUV 80.32 106.95 221.21 -
System Red Green Blue C M Y K H S L
Decimal 211 21 43 0 0.90 0.80 0.17 353.05 0.82 0.45
Hex D3 15 2B 0 5A 50 11 161 52 2D
Octal 323 25 53 0 132 120 21 541 122 55
Binary 11010011 10101 101011 0 1011010 1010000 10001 101100001 1010010 101101

Color Harmonies of #D3152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3152B

Black with #D3152B

Text Example


Text Example

White with #D3152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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