Html Css Color HEX #DC091D Fire Engine Red

📋 copy color: '#DC091D'

red 220 ◦ green 9 ◦ blue 29

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

Shades of Fire Engine Red #DC091D

Tints of Fire Engine Red #DC091D

RGB

 RED value IS 220 (86.33% from 255) = 85.27%

 GREEN value IS 9 (3.91% from 255) = 3.49%

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 85.27%
G = 3.49%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC091D (or 0xDC091D) is known color: Fire Engine Red. HEX triplet: DC, 09 and 1D. RGB value is (220,9,29). Sum of RGB (Red+Green+Blue) = 220+9+29=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC091D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC091D is #23F6E2. Grayscale: #4A4A4A. Windows color (decimal): -2356963 or 1903068. OLE color: 1903068.

HSL color Cylindrical-coordinate representation of color #DC091D: hue angle of 354.31º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC091D is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 29 -
CMYK 0 0.96 0.87 0.14
HSL 354.31º 0.92% 0.45% -
HSV(B) 354.31º 0.96% 0.86% -
XYZ 29.83 15.5 2.58 -
YUV 74.37 102.4 231.87 -
System Red Green Blue C M Y K H S L
Decimal 220 9 29 0 0.96 0.87 0.14 354.31 0.92 0.45
Hex DC 9 1D 0 60 57 E 162 5C 2D
Octal 334 11 35 0 140 127 16 542 134 55
Binary 11011100 1001 11101 0 1100000 1010111 1110 101100010 1011100 101101

Color Harmonies of #DC091D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC091D

Black with #DC091D

Text Example


Text Example

White with #DC091D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC091D; }

 p { color: rgb(220,9,29); }

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

background-color css

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

 a { background-color: rgb(220,9,29); }

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

border-color css

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

 span { border-color: rgb(220,9,29); }

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