Html Css Color HEX #DC0926 Fire Engine Red

📋 copy color: '#DC0926'

red 220 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #DC0926

Tints of Fire Engine Red #DC0926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.23%

R = 82.4%
G = 3.37%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC0926 (or 0xDC0926) is known color: Fire Engine Red. HEX triplet: DC, 09 and 26. RGB value is (220,9,38). Sum of RGB (Red+Green+Blue) = 220+9+38=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 38 (15.23% from 255 or 14.23% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0926 is #23F6D9. Grayscale: #4B4B4B. Windows color (decimal): -2356954 or 2492892. OLE color: 2492892.

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

Color convert

RGB 220 9 38 -
CMYK 0 0.96 0.83 0.14
HSL 351.75º 0.92% 0.45% -
HSV(B) 351.75º 0.96% 0.86% -
XYZ 29.96 15.55 3.26 -
YUV 75.4 106.9 231.14 -
System Red Green Blue C M Y K H S L
Decimal 220 9 38 0 0.96 0.83 0.14 351.75 0.92 0.45
Hex DC 9 26 0 60 53 E 160 5C 2D
Octal 334 11 46 0 140 123 16 540 134 55
Binary 11011100 1001 100110 0 1100000 1010011 1110 101100000 1011100 101101

Color Harmonies of #DC0926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0926

Black with #DC0926

Text Example


Text Example

White with #DC0926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0926; }

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

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

background-color css

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

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

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

border-color css

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

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

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