Html Css Color HEX #D0122F Fire Engine Red

📋 copy color: '#D0122F'

red 208 ◦ green 18 ◦ blue 47

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

Shades of Fire Engine Red #D0122F

Tints of Fire Engine Red #D0122F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 17.22%

R = 76.19%
G = 6.59%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D0122F (or 0xD0122F) is known color: Fire Engine Red. HEX triplet: D0, 12 and 2F. RGB value is (208,18,47). Sum of RGB (Red+Green+Blue) = 208+18+47=273 (36% of max value = 765). Red value is 208 (81.64% from 255 or 76.19% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 47 (18.75% from 255 or 17.22% from 273); Max value from RGB is 208 - color contains mainly: red. Hex color #D0122F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0122F is #2FEDD0. Grayscale: #4E4E4E. Windows color (decimal): -3141073 or 3085008. OLE color: 3085008.

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

Color convert

RGB 208 18 47 -
CMYK 0 0.91 0.77 0.18
HSL 350.84º 0.84% 0.44% -
HSV(B) 350.84º 0.91% 0.82% -
XYZ 26.74 14.05 3.99 -
YUV 78.12 110.45 220.64 -
System Red Green Blue C M Y K H S L
Decimal 208 18 47 0 0.91 0.77 0.18 350.84 0.84 0.44
Hex D0 12 2F 0 5B 4D 12 15F 54 2C
Octal 320 22 57 0 133 115 22 537 124 54
Binary 11010000 10010 101111 0 1011011 1001101 10010 101011111 1010100 101100

Color Harmonies of #D0122F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0122F

Black with #D0122F

Text Example


Text Example

White with #D0122F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0122F; }

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

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

background-color css

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

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

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

border-color css

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

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

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