Html Css Color HEX #D5142B Fire Engine Red

📋 copy color: '#D5142B'

red 213 ◦ green 20 ◦ blue 43

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

Shades of Fire Engine Red #D5142B

Tints of Fire Engine Red #D5142B

RGB

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

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

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

R = 77.17%
G = 7.25%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D5142B (or 0xD5142B) is known color: Fire Engine Red. HEX triplet: D5, 14 and 2B. RGB value is (213,20,43). Sum of RGB (Red+Green+Blue) = 213+20+43=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 43 (17.19% from 255 or 15.58% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5142B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D5142B is #2AEBD4. Grayscale: #505050. Windows color (decimal): -2812885 or 2823381. OLE color: 2823381.

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

Color convert

RGB 213 20 43 -
CMYK 0 0.91 0.80 0.16
HSL 352.85º 0.83% 0.46% -
HSV(B) 352.85º 0.91% 0.84% -
XYZ 28.13 14.82 3.66 -
YUV 80.33 106.94 222.63 -
System Red Green Blue C M Y K H S L
Decimal 213 20 43 0 0.91 0.80 0.16 352.85 0.83 0.46
Hex D5 14 2B 0 5B 50 10 161 53 2E
Octal 325 24 53 0 133 120 20 541 123 56
Binary 11010101 10100 101011 0 1011011 1010000 10000 101100001 1010011 101110

Color Harmonies of #D5142B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5142B

Black with #D5142B

Text Example


Text Example

White with #D5142B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5142B; }

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

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

background-color css

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

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

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

border-color css

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

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

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