Html Css Color HEX #D3032A Fire Engine Red

📋 copy color: '#D3032A'

red 211 ◦ green 3 ◦ blue 42

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

Shades of Fire Engine Red #D3032A

Tints of Fire Engine Red #D3032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.41%

R = 82.42%
G = 1.17%
B = 16.41%

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

#D3032A (or 0xD3032A) is known color: Fire Engine Red. HEX triplet: D3, 03 and 2A. RGB value is (211,3,42). Sum of RGB (Red+Green+Blue) = 211+3+42=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D3032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3032A is #2CFCD5. Grayscale: #454545. Windows color (decimal): -2948310 or 2753491. OLE color: 2753491.

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

Color convert

RGB 211 3 42 -
CMYK 0 0.99 0.80 0.17
HSL 348.75º 0.97% 0.42% -
HSV(B) 348.75º 0.99% 0.83% -
XYZ 27.31 14.08 3.47 -
YUV 69.64 112.41 228.83 -
System Red Green Blue C M Y K H S L
Decimal 211 3 42 0 0.99 0.80 0.17 348.75 0.97 0.42
Hex D3 3 2A 0 63 50 11 15D 61 2A
Octal 323 3 52 0 143 120 21 535 141 52
Binary 11010011 11 101010 0 1100011 1010000 10001 101011101 1100001 101010

Color Harmonies of #D3032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3032A

Black with #D3032A

Text Example


Text Example

White with #D3032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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