Html Css Color HEX #D3202B Fire Engine Red

📋 copy color: '#D3202B'

red 211 ◦ green 32 ◦ blue 43

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

Shades of Fire Engine Red #D3202B

Tints of Fire Engine Red #D3202B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.19%

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

R = 73.78%
G = 11.19%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3202B (or 0xD3202B) is known color: Fire Engine Red. HEX triplet: D3, 20 and 2B. RGB value is (211,32,43). Sum of RGB (Red+Green+Blue) = 211+32+43=286 (37% of max value = 765). Red value is 211 (82.81% from 255 or 73.78% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 43 (17.19% from 255 or 15.03% from 286); Max value from RGB is 211 - color contains mainly: red. Hex color #D3202B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3202B is #2CDFD4. Grayscale: #565656. Windows color (decimal): -2940885 or 2826451. OLE color: 2826451.

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

Color convert

RGB 211 32 43 -
CMYK 0 0.85 0.80 0.17
HSL 356.31º 0.74% 0.48% -
HSV(B) 356.31º 0.85% 0.83% -
XYZ 27.82 15.06 3.73 -
YUV 86.78 103.3 216.61 -
System Red Green Blue C M Y K H S L
Decimal 211 32 43 0 0.85 0.80 0.17 356.31 0.74 0.48
Hex D3 20 2B 0 55 50 11 164 4A 30
Octal 323 40 53 0 125 120 21 544 112 60
Binary 11010011 100000 101011 0 1010101 1010000 10001 101100100 1001010 110000

Color Harmonies of #D3202B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3202B

Black with #D3202B

Text Example


Text Example

White with #D3202B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3202B; }

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

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

background-color css

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

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

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

border-color css

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

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

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