Html Css Color HEX #D3022B Fire Engine Red

📋 copy color: '#D3022B'

red 211 ◦ green 2 ◦ blue 43

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

Shades of Fire Engine Red #D3022B

Tints of Fire Engine Red #D3022B

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 82.42%
G = 0.78%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D3022B (or 0xD3022B) is known color: Fire Engine Red. HEX triplet: D3, 02 and 2B. RGB value is (211,2,43). Sum of RGB (Red+Green+Blue) = 211+2+43=256 (33% of max value = 765). Red value is 211 (82.81% from 255 or 82.42% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 211 - color contains mainly: red. Hex color #D3022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3022B is #2CFDD4. Grayscale: #454545. Windows color (decimal): -2948565 or 2818771. OLE color: 2818771.

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

Color convert

RGB 211 2 43 -
CMYK 0 0.99 0.80 0.17
HSL 348.23º 0.98% 0.42% -
HSV(B) 348.23º 0.99% 0.83% -
XYZ 27.32 14.07 3.56 -
YUV 69.17 113.24 229.17 -
System Red Green Blue C M Y K H S L
Decimal 211 2 43 0 0.99 0.80 0.17 348.23 0.98 0.42
Hex D3 2 2B 0 63 50 11 15C 62 2A
Octal 323 2 53 0 143 120 21 534 142 52
Binary 11010011 10 101011 0 1100011 1010000 10001 101011100 1100010 101010

Color Harmonies of #D3022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3022B

Black with #D3022B

Text Example


Text Example

White with #D3022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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