Html Css Color HEX #D2022A Fire Engine Red

📋 copy color: '#D2022A'

red 210 ◦ green 2 ◦ blue 42

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

Shades of Fire Engine Red #D2022A

Tints of Fire Engine Red #D2022A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 16.54%

R = 82.68%
G = 0.79%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.8

 K value IS 0.18

RGB Variations

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

Color information

#D2022A (or 0xD2022A) is known color: Fire Engine Red. HEX triplet: D2, 02 and 2A. RGB value is (210,2,42). Sum of RGB (Red+Green+Blue) = 210+2+42=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D2022A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2022A is #2DFDD5. Grayscale: #444444. Windows color (decimal): -3014102 or 2753234. OLE color: 2753234.

HSL color Cylindrical-coordinate representation of color #D2022A: hue angle of 348.46º 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 #D2022A is Cyan = 0, Magento = 0.99, Yellow = 0.8 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 2 42 -
CMYK 0 0.99 0.8 0.18
HSL 348.46º 0.98% 0.42% -
HSV(B) 348.46º 0.99% 0.82% -
XYZ 27.02 13.91 3.45 -
YUV 68.75 112.91 228.75 -
System Red Green Blue C M Y K H S L
Decimal 210 2 42 0 0.99 0.8 0.18 348.46 0.98 0.42
Hex D2 2 2A 0 63 50 12 15C 62 2A
Octal 322 2 52 0 143 120 22 534 142 52
Binary 11010010 10 101010 0 1100011 1010000 10010 101011100 1100010 101010

Color Harmonies of #D2022A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2022A

Black with #D2022A

Text Example


Text Example

White with #D2022A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2022A; }

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

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

background-color css

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

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

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

border-color css

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

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

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