Html Css Color HEX #DC1B28 Fire Engine Red

📋 copy color: '#DC1B28'

red 220 ◦ green 27 ◦ blue 40

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

Shades of Fire Engine Red #DC1B28

Tints of Fire Engine Red #DC1B28

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.41%

 BLUE value IS 40 (16.02% from 255) = 13.94%

R = 76.66%
G = 9.41%
B = 13.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC1B28 (or 0xDC1B28) is known color: Fire Engine Red. HEX triplet: DC, 1B and 28. RGB value is (220,27,40). Sum of RGB (Red+Green+Blue) = 220+27+40=287 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.66% from 287); Green value is 27 (10.94% from 255 or 9.41% from 287); Blue value is 40 (16.02% from 255 or 13.94% from 287); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1B28 is #23E4D7. Grayscale: #565656. Windows color (decimal): -2352344 or 2628572. OLE color: 2628572.

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

Color convert

RGB 220 27 40 -
CMYK 0 0.88 0.82 0.14
HSL 355.96º 0.78% 0.48% -
HSV(B) 355.96º 0.88% 0.86% -
XYZ 30.29 16.15 3.53 -
YUV 86.19 101.94 223.44 -
System Red Green Blue C M Y K H S L
Decimal 220 27 40 0 0.88 0.82 0.14 355.96 0.78 0.48
Hex DC 1B 28 0 58 52 E 164 4E 30
Octal 334 33 50 0 130 122 16 544 116 60
Binary 11011100 11011 101000 0 1011000 1010010 1110 101100100 1001110 110000

Color Harmonies of #DC1B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1B28

Black with #DC1B28

Text Example


Text Example

White with #DC1B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1B28; }

 p { color: rgb(220,27,40); }

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

background-color css

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

 a { background-color: rgb(220,27,40); }

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

border-color css

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

 span { border-color: rgb(220,27,40); }

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