Html Css Color HEX #D2022B Fire Engine Red

📋 copy color: '#D2022B'

red 210 ◦ green 2 ◦ blue 43

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

Shades of Fire Engine Red #D2022B

Tints of Fire Engine Red #D2022B

RGB

 RED value IS 210 (82.42% from 255) = 82.35%

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

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

R = 82.35%
G = 0.78%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.80

 K value IS 0.18

RGB Variations

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

Color information

#D2022B (or 0xD2022B) is known color: Fire Engine Red. HEX triplet: D2, 02 and 2B. RGB value is (210,2,43). Sum of RGB (Red+Green+Blue) = 210+2+43=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D2022B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2022B is #2DFDD4. Grayscale: #444444. Windows color (decimal): -3014101 or 2818770. OLE color: 2818770.

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

Color convert

RGB 210 2 43 -
CMYK 0 0.99 0.80 0.18
HSL 348.17º 0.98% 0.42% -
HSV(B) 348.17º 0.99% 0.82% -
XYZ 27.04 13.92 3.55 -
YUV 68.87 113.41 228.67 -
System Red Green Blue C M Y K H S L
Decimal 210 2 43 0 0.99 0.80 0.18 348.17 0.98 0.42
Hex D2 2 2B 0 63 50 12 15C 62 2A
Octal 322 2 53 0 143 120 22 534 142 52
Binary 11010010 10 101011 0 1100011 1010000 10010 101011100 1100010 101010

Color Harmonies of #D2022B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2022B

Black with #D2022B

Text Example


Text Example

White with #D2022B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2022B; }

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

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

background-color css

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

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

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

border-color css

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

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

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