Html Css Color HEX #D3032B Fire Engine Red

📋 copy color: '#D3032B'

red 211 ◦ green 3 ◦ blue 43

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

Shades of Fire Engine Red #D3032B

Tints of Fire Engine Red #D3032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.17%

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

R = 82.1%
G = 1.17%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3032B (or 0xD3032B) is known color: Fire Engine Red. HEX triplet: D3, 03 and 2B. RGB value is (211,3,43). Sum of RGB (Red+Green+Blue) = 211+3+43=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D3032B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3032B is #2CFCD4. Grayscale: #454545. Windows color (decimal): -2948309 or 2819027. OLE color: 2819027.

HSL color Cylindrical-coordinate representation of color #D3032B: hue angle of 348.46º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3032B is Cyan = 0, Magento = 0.99, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 3 43 -
CMYK 0 0.99 0.80 0.17
HSL 348.46º 0.97% 0.42% -
HSV(B) 348.46º 0.99% 0.83% -
XYZ 27.33 14.09 3.56 -
YUV 69.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 211 3 43 0 0.99 0.80 0.17 348.46 0.97 0.42
Hex D3 3 2B 0 63 50 11 15C 61 2A
Octal 323 3 53 0 143 120 21 534 141 52
Binary 11010011 11 101011 0 1100011 1010000 10001 101011100 1100001 101010

Color Harmonies of #D3032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3032B

Black with #D3032B

Text Example


Text Example

White with #D3032B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3032B; }

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

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

background-color css

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

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

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

border-color css

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

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

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