Html Css Color HEX #DC091C Fire Engine Red

📋 copy color: '#DC091C'

red 220 ◦ green 9 ◦ blue 28

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

Shades of Fire Engine Red #DC091C

Tints of Fire Engine Red #DC091C

RGB

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

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

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

R = 85.6%
G = 3.5%
B = 10.89%

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

#DC091C (or 0xDC091C) is known color: Fire Engine Red. HEX triplet: DC, 09 and 1C. RGB value is (220,9,28). Sum of RGB (Red+Green+Blue) = 220+9+28=257 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.60% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 220 - color contains mainly: red. Hex color #DC091C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC091C is #23F6E3. Grayscale: #4A4A4A. Windows color (decimal): -2356964 or 1837532. OLE color: 1837532.

HSL color Cylindrical-coordinate representation of color #DC091C: hue angle of 354.6º 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 #DC091C is Cyan = 0, Magento = 0.96, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 9 28 -
CMYK 0 0.96 0.87 0.14
HSL 354.6º 0.92% 0.45% -
HSV(B) 354.6º 0.96% 0.86% -
XYZ 29.82 15.49 2.52 -
YUV 74.26 101.9 231.96 -
System Red Green Blue C M Y K H S L
Decimal 220 9 28 0 0.96 0.87 0.14 354.6 0.92 0.45
Hex DC 9 1C 0 60 57 E 163 5C 2D
Octal 334 11 34 0 140 127 16 543 134 55
Binary 11011100 1001 11100 0 1100000 1010111 1110 101100011 1011100 101101

Color Harmonies of #DC091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC091C

Black with #DC091C

Text Example


Text Example

White with #DC091C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC091C; }

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

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

background-color css

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

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

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

border-color css

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

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

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