Html Css Color HEX #DC0827 Fire Engine Red

📋 copy color: '#DC0827'

red 220 ◦ green 8 ◦ blue 39

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

Shades of Fire Engine Red #DC0827

Tints of Fire Engine Red #DC0827

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3%

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

R = 82.4%
G = 3%
B = 14.61%

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

#DC0827 (or 0xDC0827) is known color: Fire Engine Red. HEX triplet: DC, 08 and 27. RGB value is (220,8,39). Sum of RGB (Red+Green+Blue) = 220+8+39=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 8 (3.52% from 255 or 3.00% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0827 is #23F7D8. Grayscale: #4B4B4B. Windows color (decimal): -2357209 or 2558172. OLE color: 2558172.

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

Color convert

RGB 220 8 39 -
CMYK 0 0.96 0.82 0.14
HSL 351.23º 0.93% 0.45% -
HSV(B) 351.23º 0.96% 0.86% -
XYZ 29.97 15.54 3.34 -
YUV 74.92 107.74 231.48 -
System Red Green Blue C M Y K H S L
Decimal 220 8 39 0 0.96 0.82 0.14 351.23 0.93 0.45
Hex DC 8 27 0 60 52 E 15F 5D 2D
Octal 334 10 47 0 140 122 16 537 135 55
Binary 11011100 1000 100111 0 1100000 1010010 1110 101011111 1011101 101101

Color Harmonies of #DC0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0827

Black with #DC0827

Text Example


Text Example

White with #DC0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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