Html Css Color HEX #BD141D Fire Engine Red

📋 copy color: '#BD141D'

red 189 ◦ green 20 ◦ blue 29

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

Shades of Fire Engine Red #BD141D

Tints of Fire Engine Red #BD141D

RGB

 RED value IS 189 (74.22% from 255) = 79.41%

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

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

R = 79.41%
G = 8.4%
B = 12.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD141D (or 0xBD141D) is known color: Fire Engine Red. HEX triplet: BD, 14 and 1D. RGB value is (189,20,29). Sum of RGB (Red+Green+Blue) = 189+20+29=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 20 (8.20% from 255 or 8.40% from 238); Blue value is 29 (11.72% from 255 or 12.18% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD141D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD141D is #42EBE2. Grayscale: #474747. Windows color (decimal): -4385763 or 1905853. OLE color: 1905853.

HSL color Cylindrical-coordinate representation of color #BD141D: hue angle of 356.8º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD141D is Cyan = 0, Magento = 0.89, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 29 -
CMYK 0 0.89 0.85 0.26
HSL 356.8º 0.81% 0.41% -
HSV(B) 356.8º 0.89% 0.74% -
XYZ 21.46 11.41 2.23 -
YUV 71.56 103.99 211.77 -
System Red Green Blue C M Y K H S L
Decimal 189 20 29 0 0.89 0.85 0.26 356.8 0.81 0.41
Hex BD 14 1D 0 59 55 1A 165 51 29
Octal 275 24 35 0 131 125 32 545 121 51
Binary 10111101 10100 11101 0 1011001 1010101 11010 101100101 1010001 101001

Color Harmonies of #BD141D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD141D

Black with #BD141D

Text Example


Text Example

White with #BD141D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD141D; }

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

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

background-color css

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

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

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

border-color css

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

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

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