Html Css Color HEX #D2161C Fire Engine Red

📋 copy color: '#D2161C'

red 210 ◦ green 22 ◦ blue 28

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

Shades of Fire Engine Red #D2161C

Tints of Fire Engine Red #D2161C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.46%

 BLUE value IS 28 (11.33% from 255) = 10.77%

R = 80.77%
G = 8.46%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D2161C (or 0xD2161C) is known color: Fire Engine Red. HEX triplet: D2, 16 and 1C. RGB value is (210,22,28). Sum of RGB (Red+Green+Blue) = 210+22+28=260 (34% of max value = 765). Red value is 210 (82.42% from 255 or 80.77% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 210 - color contains mainly: red. Hex color #D2161C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D2161C is #2DE9E3. Grayscale: #4F4F4F. Windows color (decimal): -3008996 or 1840850. OLE color: 1840850.

HSL color Cylindrical-coordinate representation of color #D2161C: hue angle of 358.09º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D2161C is Cyan = 0, Magento = 0.90, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 22 28 -
CMYK 0 0.90 0.87 0.18
HSL 358.09º 0.81% 0.45% -
HSV(B) 358.09º 0.9% 0.82% -
XYZ 27.07 14.36 2.44 -
YUV 78.9 99.28 221.51 -
System Red Green Blue C M Y K H S L
Decimal 210 22 28 0 0.90 0.87 0.18 358.09 0.81 0.45
Hex D2 16 1C 0 5A 57 12 166 51 2D
Octal 322 26 34 0 132 127 22 546 121 55
Binary 11010010 10110 11100 0 1011010 1010111 10010 101100110 1010001 101101

Color Harmonies of #D2161C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2161C

Black with #D2161C

Text Example


Text Example

White with #D2161C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2161C; }

 p { color: rgb(210,22,28); }

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

background-color css

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

 a { background-color: rgb(210,22,28); }

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

border-color css

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

 span { border-color: rgb(210,22,28); }

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