Html Css Color HEX #DC0928 Fire Engine Red

📋 copy color: '#DC0928'

red 220 ◦ green 9 ◦ blue 40

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

Shades of Fire Engine Red #DC0928

Tints of Fire Engine Red #DC0928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 81.78%
G = 3.35%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC0928 (or 0xDC0928) is known color: Fire Engine Red. HEX triplet: DC, 09 and 28. RGB value is (220,9,40). Sum of RGB (Red+Green+Blue) = 220+9+40=269 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.78% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0928 is #23F6D7. Grayscale: #4B4B4B. Windows color (decimal): -2356952 or 2623964. OLE color: 2623964.

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

Color convert

RGB 220 9 40 -
CMYK 0 0.96 0.82 0.14
HSL 351.18º 0.92% 0.45% -
HSV(B) 351.18º 0.96% 0.86% -
XYZ 30 15.56 3.43 -
YUV 75.62 107.9 230.98 -
System Red Green Blue C M Y K H S L
Decimal 220 9 40 0 0.96 0.82 0.14 351.18 0.92 0.45
Hex DC 9 28 0 60 52 E 15F 5C 2D
Octal 334 11 50 0 140 122 16 537 134 55
Binary 11011100 1001 101000 0 1100000 1010010 1110 101011111 1011100 101101

Color Harmonies of #DC0928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0928

Black with #DC0928

Text Example


Text Example

White with #DC0928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0928; }

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

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

background-color css

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

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

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

border-color css

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

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

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