Html Css Color HEX #D5152C Fire Engine Red

📋 copy color: '#D5152C'

red 213 ◦ green 21 ◦ blue 44

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

Shades of Fire Engine Red #D5152C

Tints of Fire Engine Red #D5152C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.83%

R = 76.62%
G = 7.55%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5152C (or 0xD5152C) is known color: Fire Engine Red. HEX triplet: D5, 15 and 2C. RGB value is (213,21,44). Sum of RGB (Red+Green+Blue) = 213+21+44=278 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.62% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 44 (17.58% from 255 or 15.83% from 278); Max value from RGB is 213 - color contains mainly: red. Hex color #D5152C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5152C is #2AEAD3. Grayscale: #515151. Windows color (decimal): -2812628 or 2889173. OLE color: 2889173.

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

Color convert

RGB 213 21 44 -
CMYK 0 0.90 0.79 0.16
HSL 352.81º 0.82% 0.46% -
HSV(B) 352.81º 0.9% 0.84% -
XYZ 28.16 14.86 3.77 -
YUV 81.03 107.11 222.13 -
System Red Green Blue C M Y K H S L
Decimal 213 21 44 0 0.90 0.79 0.16 352.81 0.82 0.46
Hex D5 15 2C 0 5A 4F 10 161 52 2E
Octal 325 25 54 0 132 117 20 541 122 56
Binary 11010101 10101 101100 0 1011010 1001111 10000 101100001 1010010 101110

Color Harmonies of #D5152C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5152C

Black with #D5152C

Text Example


Text Example

White with #D5152C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5152C; }

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

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

background-color css

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

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

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

border-color css

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

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

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