Html Css Color HEX #DC0927 Fire Engine Red

📋 copy color: '#DC0927'

red 220 ◦ green 9 ◦ blue 39

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

Shades of Fire Engine Red #DC0927

Tints of Fire Engine Red #DC0927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 82.09%
G = 3.36%
B = 14.55%

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

#DC0927 (or 0xDC0927) is known color: Fire Engine Red. HEX triplet: DC, 09 and 27. RGB value is (220,9,39). Sum of RGB (Red+Green+Blue) = 220+9+39=268 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.09% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0927 is #23F6D8. Grayscale: #4B4B4B. Windows color (decimal): -2356953 or 2558428. OLE color: 2558428.

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

Color convert

RGB 220 9 39 -
CMYK 0 0.96 0.82 0.14
HSL 351.47º 0.92% 0.45% -
HSV(B) 351.47º 0.96% 0.86% -
XYZ 29.98 15.56 3.34 -
YUV 75.51 107.4 231.06 -
System Red Green Blue C M Y K H S L
Decimal 220 9 39 0 0.96 0.82 0.14 351.47 0.92 0.45
Hex DC 9 27 0 60 52 E 15F 5C 2D
Octal 334 11 47 0 140 122 16 537 134 55
Binary 11011100 1001 100111 0 1100000 1010010 1110 101011111 1011100 101101

Color Harmonies of #DC0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0927

Black with #DC0927

Text Example


Text Example

White with #DC0927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0927; }

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

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

background-color css

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

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

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

border-color css

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

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

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