Html Css Color HEX #D3042A Fire Engine Red

📋 copy color: '#D3042A'

red 211 ◦ green 4 ◦ blue 42

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

Shades of Fire Engine Red #D3042A

Tints of Fire Engine Red #D3042A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

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

R = 82.1%
G = 1.56%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3042A (or 0xD3042A) is known color: Fire Engine Red. HEX triplet: D3, 04 and 2A. RGB value is (211,4,42). Sum of RGB (Red+Green+Blue) = 211+4+42=257 (34% of max value = 765). Red value is 211 (82.81% from 255 or 82.10% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 42 (16.80% from 255 or 16.34% from 257); Max value from RGB is 211 - color contains mainly: red. Hex color #D3042A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3042A is #2CFBD5. Grayscale: #464646. Windows color (decimal): -2948054 or 2753747. OLE color: 2753747.

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

Color convert

RGB 211 4 42 -
CMYK 0 0.98 0.80 0.17
HSL 348.99º 0.96% 0.42% -
HSV(B) 348.99º 0.98% 0.83% -
XYZ 27.33 14.1 3.47 -
YUV 70.23 112.08 228.41 -
System Red Green Blue C M Y K H S L
Decimal 211 4 42 0 0.98 0.80 0.17 348.99 0.96 0.42
Hex D3 4 2A 0 62 50 11 15D 60 2A
Octal 323 4 52 0 142 120 21 535 140 52
Binary 11010011 100 101010 0 1100010 1010000 10001 101011101 1100000 101010

Color Harmonies of #D3042A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3042A

Black with #D3042A

Text Example


Text Example

White with #D3042A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3042A; }

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

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

background-color css

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

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

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

border-color css

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

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

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