Html Css Color HEX #D3242A Fire Engine Red

📋 copy color: '#D3242A'

red 211 ◦ green 36 ◦ blue 42

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

Shades of Fire Engine Red #D3242A

Tints of Fire Engine Red #D3242A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.46%

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

R = 73.01%
G = 12.46%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3242A (or 0xD3242A) is known color: Fire Engine Red. HEX triplet: D3, 24 and 2A. RGB value is (211,36,42). Sum of RGB (Red+Green+Blue) = 211+36+42=289 (38% of max value = 765). Red value is 211 (82.81% from 255 or 73.01% from 289); Green value is 36 (14.45% from 255 or 12.46% from 289); Blue value is 42 (16.80% from 255 or 14.53% from 289); Max value from RGB is 211 - color contains mainly: red. Hex color #D3242A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3242A is #2CDBD5. Grayscale: #595959. Windows color (decimal): -2939862 or 2761939. OLE color: 2761939.

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

Color convert

RGB 211 36 42 -
CMYK 0 0.83 0.80 0.17
HSL 357.94º 0.71% 0.48% -
HSV(B) 357.94º 0.83% 0.83% -
XYZ 27.91 15.28 3.67 -
YUV 89.01 101.48 215.01 -
System Red Green Blue C M Y K H S L
Decimal 211 36 42 0 0.83 0.80 0.17 357.94 0.71 0.48
Hex D3 24 2A 0 53 50 11 166 47 30
Octal 323 44 52 0 123 120 21 546 107 60
Binary 11010011 100100 101010 0 1010011 1010000 10001 101100110 1000111 110000

Color Harmonies of #D3242A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3242A

Black with #D3242A

Text Example


Text Example

White with #D3242A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3242A; }

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

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

background-color css

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

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

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

border-color css

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

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

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