Html Css Color HEX #DC091A Fire Engine Red

📋 copy color: '#DC091A'

red 220 ◦ green 9 ◦ blue 26

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

Shades of Fire Engine Red #DC091A

Tints of Fire Engine Red #DC091A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.2%

R = 86.27%
G = 3.53%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC091A (or 0xDC091A) is known color: Fire Engine Red. HEX triplet: DC, 09 and 1A. RGB value is (220,9,26). Sum of RGB (Red+Green+Blue) = 220+9+26=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC091A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC091A is #23F6E5. Grayscale: #4A4A4A. Windows color (decimal): -2356966 or 1706460. OLE color: 1706460.

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

Color convert

RGB 220 9 26 -
CMYK 0 0.96 0.88 0.14
HSL 355.17º 0.92% 0.45% -
HSV(B) 355.17º 0.96% 0.86% -
XYZ 29.8 15.49 2.4 -
YUV 74.03 100.9 232.12 -
System Red Green Blue C M Y K H S L
Decimal 220 9 26 0 0.96 0.88 0.14 355.17 0.92 0.45
Hex DC 9 1A 0 60 58 E 163 5C 2D
Octal 334 11 32 0 140 130 16 543 134 55
Binary 11011100 1001 11010 0 1100000 1011000 1110 101100011 1011100 101101

Color Harmonies of #DC091A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC091A

Black with #DC091A

Text Example


Text Example

White with #DC091A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC091A; }

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

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

background-color css

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

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

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

border-color css

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

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

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