Html Css Color HEX #D3082B Fire Engine Red

📋 copy color: '#D3082B'

red 211 ◦ green 8 ◦ blue 43

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

Shades of Fire Engine Red #D3082B

Tints of Fire Engine Red #D3082B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.05%

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

R = 80.53%
G = 3.05%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3082B (or 0xD3082B) is known color: Fire Engine Red. HEX triplet: D3, 08 and 2B. RGB value is (211,8,43). Sum of RGB (Red+Green+Blue) = 211+8+43=262 (34% of max value = 765). Red value is 211 (82.81% from 255 or 80.53% from 262); Green value is 8 (3.52% from 255 or 3.05% from 262); Blue value is 43 (17.19% from 255 or 16.41% from 262); Max value from RGB is 211 - color contains mainly: red. Hex color #D3082B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3082B is #2CF7D4. Grayscale: #484848. Windows color (decimal): -2947029 or 2820307. OLE color: 2820307.

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

Color convert

RGB 211 8 43 -
CMYK 0 0.96 0.80 0.17
HSL 349.66º 0.93% 0.43% -
HSV(B) 349.66º 0.96% 0.83% -
XYZ 27.39 14.2 3.58 -
YUV 72.69 111.25 226.65 -
System Red Green Blue C M Y K H S L
Decimal 211 8 43 0 0.96 0.80 0.17 349.66 0.93 0.43
Hex D3 8 2B 0 60 50 11 15E 5D 2B
Octal 323 10 53 0 140 120 21 536 135 53
Binary 11010011 1000 101011 0 1100000 1010000 10001 101011110 1011101 101011

Color Harmonies of #D3082B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3082B

Black with #D3082B

Text Example


Text Example

White with #D3082B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3082B; }

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

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

background-color css

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

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

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

border-color css

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

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

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