Html Css Color HEX #DC0327 Fire Engine Red

📋 copy color: '#DC0327'

red 220 ◦ green 3 ◦ blue 39

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

Shades of Fire Engine Red #DC0327

Tints of Fire Engine Red #DC0327

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 83.97%
G = 1.15%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC0327 (or 0xDC0327) is known color: Fire Engine Red. HEX triplet: DC, 03 and 27. RGB value is (220,3,39). Sum of RGB (Red+Green+Blue) = 220+3+39=262 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.97% from 262); Green value is 3 (1.56% from 255 or 1.15% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0327 is #23FCD8. Grayscale: #484848. Windows color (decimal): -2358489 or 2556892. OLE color: 2556892.

HSL color Cylindrical-coordinate representation of color #DC0327: hue angle of 350.05º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0327 is Cyan = 0, Magento = 0.99, Yellow = 0.82 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 39 -
CMYK 0 0.99 0.82 0.14
HSL 350.05º 0.97% 0.44% -
HSV(B) 350.05º 0.99% 0.86% -
XYZ 29.91 15.43 3.32 -
YUV 71.99 109.39 233.57 -
System Red Green Blue C M Y K H S L
Decimal 220 3 39 0 0.99 0.82 0.14 350.05 0.97 0.44
Hex DC 3 27 0 63 52 E 15E 61 2C
Octal 334 3 47 0 143 122 16 536 141 54
Binary 11011100 11 100111 0 1100011 1010010 1110 101011110 1100001 101100

Color Harmonies of #DC0327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0327

Black with #DC0327

Text Example


Text Example

White with #DC0327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0327; }

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

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

background-color css

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

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

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

border-color css

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

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

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