Html Css Color HEX #D5141D Fire Engine Red

📋 copy color: '#D5141D'

red 213 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #D5141D

Tints of Fire Engine Red #D5141D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.63%

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

R = 81.3%
G = 7.63%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5141D (or 0xD5141D) is known color: Fire Engine Red. HEX triplet: D5, 14 and 1D. RGB value is (213,20,29). Sum of RGB (Red+Green+Blue) = 213+20+29=262 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.30% from 262); Green value is 20 (8.20% from 255 or 7.63% from 262); Blue value is 29 (11.72% from 255 or 11.07% from 262); Max value from RGB is 213 - color contains mainly: red. Hex color #D5141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5141D is #2AEBE2. Grayscale: #4E4E4E. Windows color (decimal): -2812899 or 1905877. OLE color: 1905877.

HSL color Cylindrical-coordinate representation of color #D5141D: hue angle of 357.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D5141D is Cyan = 0, Magento = 0.91, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 20 29 -
CMYK 0 0.91 0.86 0.16
HSL 357.2º 0.83% 0.46% -
HSV(B) 357.2º 0.91% 0.84% -
XYZ 27.91 14.74 2.54 -
YUV 78.73 99.94 223.77 -
System Red Green Blue C M Y K H S L
Decimal 213 20 29 0 0.91 0.86 0.16 357.2 0.83 0.46
Hex D5 14 1D 0 5B 56 10 165 53 2E
Octal 325 24 35 0 133 126 20 545 123 56
Binary 11010101 10100 11101 0 1011011 1010110 10000 101100101 1010011 101110

Color Harmonies of #D5141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5141D

Black with #D5141D

Text Example


Text Example

White with #D5141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5141D; }

 p { color: rgb(213,20,29); }

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

background-color css

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

 a { background-color: rgb(213,20,29); }

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

border-color css

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

 span { border-color: rgb(213,20,29); }

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