Html Css Color HEX #D1022B Fire Engine Red

📋 copy color: '#D1022B'

red 209 ◦ green 2 ◦ blue 43

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

Shades of Fire Engine Red #D1022B

Tints of Fire Engine Red #D1022B

RGB

 RED value IS 209 (82.03% from 255) = 82.28%

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

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

R = 82.28%
G = 0.79%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D1022B (or 0xD1022B) is known color: Fire Engine Red. HEX triplet: D1, 02 and 2B. RGB value is (209,2,43). Sum of RGB (Red+Green+Blue) = 209+2+43=254 (33% of max value = 765). Red value is 209 (82.03% from 255 or 82.28% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 209 - color contains mainly: red. Hex color #D1022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D1022B is #2EFDD4. Grayscale: #444444. Windows color (decimal): -3079637 or 2818769. OLE color: 2818769.

HSL color Cylindrical-coordinate representation of color #D1022B: hue angle of 348.12º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1022B is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 2 43 -
CMYK 0 0.99 0.79 0.18
HSL 348.12º 0.98% 0.41% -
HSV(B) 348.12º 0.99% 0.82% -
XYZ 26.75 13.77 3.53 -
YUV 68.57 113.58 228.17 -
System Red Green Blue C M Y K H S L
Decimal 209 2 43 0 0.99 0.79 0.18 348.12 0.98 0.41
Hex D1 2 2B 0 63 4F 12 15C 62 29
Octal 321 2 53 0 143 117 22 534 142 51
Binary 11010001 10 101011 0 1100011 1001111 10010 101011100 1100010 101001

Color Harmonies of #D1022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1022B

Black with #D1022B

Text Example


Text Example

White with #D1022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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