Html Css Color HEX #DC1427 Fire Engine Red

📋 copy color: '#DC1427'

red 220 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #DC1427

Tints of Fire Engine Red #DC1427

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.17%

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

R = 78.85%
G = 7.17%
B = 13.98%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1427 (or 0xDC1427) is known color: Fire Engine Red. HEX triplet: DC, 14 and 27. RGB value is (220,20,39). Sum of RGB (Red+Green+Blue) = 220+20+39=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 39 (15.62% from 255 or 13.98% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1427 is #23EBD8. Grayscale: #525252. Windows color (decimal): -2354137 or 2561244. OLE color: 2561244.

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

Color convert

RGB 220 20 39 -
CMYK 0 0.91 0.82 0.14
HSL 354.3º 0.83% 0.47% -
HSV(B) 354.3º 0.91% 0.86% -
XYZ 30.13 15.86 3.39 -
YUV 81.97 103.76 226.46 -
System Red Green Blue C M Y K H S L
Decimal 220 20 39 0 0.91 0.82 0.14 354.3 0.83 0.47
Hex DC 14 27 0 5B 52 E 162 53 2F
Octal 334 24 47 0 133 122 16 542 123 57
Binary 11011100 10100 100111 0 1011011 1010010 1110 101100010 1010011 101111

Color Harmonies of #DC1427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1427

Black with #DC1427

Text Example


Text Example

White with #DC1427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1427; }

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

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

background-color css

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

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

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

border-color css

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

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

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