Html Css Color HEX #BD141F Fire Engine Red

📋 copy color: '#BD141F'

red 189 ◦ green 20 ◦ blue 31

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

Shades of Fire Engine Red #BD141F

Tints of Fire Engine Red #BD141F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 12.92%

R = 78.75%
G = 8.33%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD141F (or 0xBD141F) is known color: Fire Engine Red. HEX triplet: BD, 14 and 1F. RGB value is (189,20,31). Sum of RGB (Red+Green+Blue) = 189+20+31=240 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.75% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 31 (12.5% from 255 or 12.92% from 240); Max value from RGB is 189 - color contains mainly: red. Hex color #BD141F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD141F is #42EBE0. Grayscale: #474747. Windows color (decimal): -4385761 or 2036925. OLE color: 2036925.

HSL color Cylindrical-coordinate representation of color #BD141F: hue angle of 356.09º 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 #BD141F is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 31 -
CMYK 0 0.89 0.84 0.26
HSL 356.09º 0.81% 0.41% -
HSV(B) 356.09º 0.89% 0.74% -
XYZ 21.48 11.42 2.37 -
YUV 71.79 104.99 211.61 -
System Red Green Blue C M Y K H S L
Decimal 189 20 31 0 0.89 0.84 0.26 356.09 0.81 0.41
Hex BD 14 1F 0 59 54 1A 164 51 29
Octal 275 24 37 0 131 124 32 544 121 51
Binary 10111101 10100 11111 0 1011001 1010100 11010 101100100 1010001 101001

Color Harmonies of #BD141F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD141F

Black with #BD141F

Text Example


Text Example

White with #BD141F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD141F; }

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

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

background-color css

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

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

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

border-color css

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

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

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