Html Css Color HEX #DC091B Fire Engine Red

📋 copy color: '#DC091B'

red 220 ◦ green 9 ◦ blue 27

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

Shades of Fire Engine Red #DC091B

Tints of Fire Engine Red #DC091B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 10.55%

R = 85.94%
G = 3.52%
B = 10.55%

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

#DC091B (or 0xDC091B) is known color: Fire Engine Red. HEX triplet: DC, 09 and 1B. RGB value is (220,9,27). Sum of RGB (Red+Green+Blue) = 220+9+27=256 (33% of max value = 765). Red value is 220 (86.33% from 255 or 85.94% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 27 (10.94% from 255 or 10.55% from 256); Max value from RGB is 220 - color contains mainly: red. Hex color #DC091B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC091B is #23F6E4. Grayscale: #4A4A4A. Windows color (decimal): -2356965 or 1771996. OLE color: 1771996.

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

Color convert

RGB 220 9 27 -
CMYK 0 0.96 0.88 0.14
HSL 354.88º 0.92% 0.45% -
HSV(B) 354.88º 0.96% 0.86% -
XYZ 29.81 15.49 2.46 -
YUV 74.14 101.4 232.04 -
System Red Green Blue C M Y K H S L
Decimal 220 9 27 0 0.96 0.88 0.14 354.88 0.92 0.45
Hex DC 9 1B 0 60 58 E 163 5C 2D
Octal 334 11 33 0 140 130 16 543 134 55
Binary 11011100 1001 11011 0 1100000 1011000 1110 101100011 1011100 101101

Color Harmonies of #DC091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC091B

Black with #DC091B

Text Example


Text Example

White with #DC091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC091B; }

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

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

background-color css

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

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

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

border-color css

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

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

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