Html Css Color HEX #D0122D Fire Engine Red

📋 copy color: '#D0122D'

red 208 ◦ green 18 ◦ blue 45

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

Shades of Fire Engine Red #D0122D

Tints of Fire Engine Red #D0122D

RGB

 RED value IS 208 (81.64% from 255) = 76.75%

 GREEN value IS 18 (7.42% from 255) = 6.64%

 BLUE value IS 45 (17.97% from 255) = 16.61%

R = 76.75%
G = 6.64%
B = 16.61%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0122D (or 0xD0122D) is known color: Fire Engine Red. HEX triplet: D0, 12 and 2D. RGB value is (208,18,45). Sum of RGB (Red+Green+Blue) = 208+18+45=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0122D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0122D is #2FEDD2. Grayscale: #4D4D4D. Windows color (decimal): -3141075 or 2953936. OLE color: 2953936.

HSL color Cylindrical-coordinate representation of color #D0122D: hue angle of 351.47º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0122D is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 18 45 -
CMYK 0 0.91 0.78 0.18
HSL 351.47º 0.84% 0.44% -
HSV(B) 351.47º 0.91% 0.82% -
XYZ 26.7 14.03 3.78 -
YUV 77.89 109.45 220.8 -
System Red Green Blue C M Y K H S L
Decimal 208 18 45 0 0.91 0.78 0.18 351.47 0.84 0.44
Hex D0 12 2D 0 5B 4E 12 15F 54 2C
Octal 320 22 55 0 133 116 22 537 124 54
Binary 11010000 10010 101101 0 1011011 1001110 10010 101011111 1010100 101100

Color Harmonies of #D0122D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0122D

Black with #D0122D

Text Example


Text Example

White with #D0122D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0122D; }

 p { color: rgb(208,18,45); }

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

background-color css

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

 a { background-color: rgb(208,18,45); }

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

border-color css

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

 span { border-color: rgb(208,18,45); }

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