Html Css Color HEX #D3242B Fire Engine Red

📋 copy color: '#D3242B'

red 211 ◦ green 36 ◦ blue 43

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

Shades of Fire Engine Red #D3242B

Tints of Fire Engine Red #D3242B

RGB

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

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

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

R = 72.76%
G = 12.41%
B = 14.83%

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

#D3242B (or 0xD3242B) is known color: Fire Engine Red. HEX triplet: D3, 24 and 2B. RGB value is (211,36,43). Sum of RGB (Red+Green+Blue) = 211+36+43=290 (38% of max value = 765). Red value is 211 (82.81% from 255 or 72.76% from 290); Green value is 36 (14.45% from 255 or 12.41% from 290); Blue value is 43 (17.19% from 255 or 14.83% from 290); Max value from RGB is 211 - color contains mainly: red. Hex color #D3242B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3242B is #2CDBD4. Grayscale: #595959. Windows color (decimal): -2939861 or 2827475. OLE color: 2827475.

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

Color convert

RGB 211 36 43 -
CMYK 0 0.83 0.80 0.17
HSL 357.6º 0.71% 0.48% -
HSV(B) 357.6º 0.83% 0.83% -
XYZ 27.93 15.29 3.76 -
YUV 89.12 101.98 214.93 -
System Red Green Blue C M Y K H S L
Decimal 211 36 43 0 0.83 0.80 0.17 357.6 0.71 0.48
Hex D3 24 2B 0 53 50 11 166 47 30
Octal 323 44 53 0 123 120 21 546 107 60
Binary 11010011 100100 101011 0 1010011 1010000 10001 101100110 1000111 110000

Color Harmonies of #D3242B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3242B

Black with #D3242B

Text Example


Text Example

White with #D3242B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3242B; }

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

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

background-color css

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

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

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

border-color css

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

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

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