Html Css Color HEX #D3062B Fire Engine Red

📋 copy color: '#D3062B'

red 211 ◦ green 6 ◦ blue 43

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

Shades of Fire Engine Red #D3062B

Tints of Fire Engine Red #D3062B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.31%

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

R = 81.15%
G = 2.31%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3062B (or 0xD3062B) is known color: Fire Engine Red. HEX triplet: D3, 06 and 2B. RGB value is (211,6,43). Sum of RGB (Red+Green+Blue) = 211+6+43=260 (34% of max value = 765). Red value is 211 (82.81% from 255 or 81.15% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 43 (17.19% from 255 or 16.54% from 260); Max value from RGB is 211 - color contains mainly: red. Hex color #D3062B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3062B is #2CF9D4. Grayscale: #474747. Windows color (decimal): -2947541 or 2819795. OLE color: 2819795.

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

Color convert

RGB 211 6 43 -
CMYK 0 0.97 0.80 0.17
HSL 349.17º 0.94% 0.43% -
HSV(B) 349.17º 0.97% 0.83% -
XYZ 27.37 14.15 3.58 -
YUV 71.51 111.92 227.49 -
System Red Green Blue C M Y K H S L
Decimal 211 6 43 0 0.97 0.80 0.17 349.17 0.94 0.43
Hex D3 6 2B 0 61 50 11 15D 5E 2B
Octal 323 6 53 0 141 120 21 535 136 53
Binary 11010011 110 101011 0 1100001 1010000 10001 101011101 1011110 101011

Color Harmonies of #D3062B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3062B

Black with #D3062B

Text Example


Text Example

White with #D3062B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3062B; }

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

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

background-color css

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

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

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

border-color css

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

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

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