Html Css Color HEX #DC152B Fire Engine Red

📋 copy color: '#DC152B'

red 220 ◦ green 21 ◦ blue 43

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

Shades of Fire Engine Red #DC152B

Tints of Fire Engine Red #DC152B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 77.46%
G = 7.39%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.14

RGB Variations

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

Color information

#DC152B (or 0xDC152B) is known color: Fire Engine Red. HEX triplet: DC, 15 and 2B. RGB value is (220,21,43). Sum of RGB (Red+Green+Blue) = 220+21+43=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 21 (8.59% from 255 or 7.39% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC152B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC152B is #23EAD4. Grayscale: #535353. Windows color (decimal): -2353877 or 2823644. OLE color: 2823644.

HSL color Cylindrical-coordinate representation of color #DC152B: hue angle of 353.37º 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 #DC152B is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 43 -
CMYK 0 0.90 0.80 0.14
HSL 353.37º 0.83% 0.47% -
HSV(B) 353.37º 0.9% 0.86% -
XYZ 30.22 15.93 3.77 -
YUV 83.01 105.43 225.71 -
System Red Green Blue C M Y K H S L
Decimal 220 21 43 0 0.90 0.80 0.14 353.37 0.83 0.47
Hex DC 15 2B 0 5A 50 E 161 53 2F
Octal 334 25 53 0 132 120 16 541 123 57
Binary 11011100 10101 101011 0 1011010 1010000 1110 101100001 1010011 101111

Color Harmonies of #DC152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC152B

Black with #DC152B

Text Example


Text Example

White with #DC152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC152B; }

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

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

background-color css

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

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

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

border-color css

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

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

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