Html Css Color HEX #D5152A Fire Engine Red

📋 copy color: '#D5152A'

red 213 ◦ green 21 ◦ blue 42

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

Shades of Fire Engine Red #D5152A

Tints of Fire Engine Red #D5152A

RGB

 RED value IS 213 (83.59% from 255) = 77.17%

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

 BLUE value IS 42 (16.8% from 255) = 15.22%

R = 77.17%
G = 7.61%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5152A (or 0xD5152A) is known color: Fire Engine Red. HEX triplet: D5, 15 and 2A. RGB value is (213,21,42). Sum of RGB (Red+Green+Blue) = 213+21+42=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 21 (8.59% from 255 or 7.61% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5152A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5152A is #2AEAD5. Grayscale: #505050. Windows color (decimal): -2812630 or 2758101. OLE color: 2758101.

HSL color Cylindrical-coordinate representation of color #D5152A: hue angle of 353.44º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D5152A is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 21 42 -
CMYK 0 0.90 0.80 0.16
HSL 353.44º 0.82% 0.46% -
HSV(B) 353.44º 0.9% 0.84% -
XYZ 28.13 14.85 3.57 -
YUV 80.8 106.11 222.29 -
System Red Green Blue C M Y K H S L
Decimal 213 21 42 0 0.90 0.80 0.16 353.44 0.82 0.46
Hex D5 15 2A 0 5A 50 10 161 52 2E
Octal 325 25 52 0 132 120 20 541 122 56
Binary 11010101 10101 101010 0 1011010 1010000 10000 101100001 1010010 101110

Color Harmonies of #D5152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5152A

Black with #D5152A

Text Example


Text Example

White with #D5152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5152A; }

 p { color: rgb(213,21,42); }

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

background-color css

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

 a { background-color: rgb(213,21,42); }

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

border-color css

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

 span { border-color: rgb(213,21,42); }

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