Html Css Color HEX #DC151D Fire Engine Red

📋 copy color: '#DC151D'

red 220 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #DC151D

Tints of Fire Engine Red #DC151D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.78%

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 81.48%
G = 7.78%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC151D (or 0xDC151D) is known color: Fire Engine Red. HEX triplet: DC, 15 and 1D. RGB value is (220,21,29). Sum of RGB (Red+Green+Blue) = 220+21+29=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 21 (8.59% from 255 or 7.78% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC151D is #23EAE2. Grayscale: #515151. Windows color (decimal): -2353891 or 1906140. OLE color: 1906140.

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

Color convert

RGB 220 21 29 -
CMYK 0 0.90 0.87 0.14
HSL 357.59º 0.83% 0.47% -
HSV(B) 357.59º 0.9% 0.86% -
XYZ 30.01 15.84 2.64 -
YUV 81.41 98.43 226.85 -
System Red Green Blue C M Y K H S L
Decimal 220 21 29 0 0.90 0.87 0.14 357.59 0.83 0.47
Hex DC 15 1D 0 5A 57 E 166 53 2F
Octal 334 25 35 0 132 127 16 546 123 57
Binary 11011100 10101 11101 0 1011010 1010111 1110 101100110 1010011 101111

Color Harmonies of #DC151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC151D

Black with #DC151D

Text Example


Text Example

White with #DC151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC151D; }

 p { color: rgb(220,21,29); }

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

background-color css

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

 a { background-color: rgb(220,21,29); }

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

border-color css

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

 span { border-color: rgb(220,21,29); }

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