Html Css Color HEX #BD151D Fire Engine Red

📋 copy color: '#BD151D'

red 189 ◦ green 21 ◦ blue 29

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

Shades of Fire Engine Red #BD151D

Tints of Fire Engine Red #BD151D

RGB

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

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

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

R = 79.08%
G = 8.79%
B = 12.13%

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

#BD151D (or 0xBD151D) is known color: Fire Engine Red. HEX triplet: BD, 15 and 1D. RGB value is (189,21,29). Sum of RGB (Red+Green+Blue) = 189+21+29=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 29 (11.72% from 255 or 12.13% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD151D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD151D is #42EAE2. Grayscale: #484848. Windows color (decimal): -4385507 or 1906109. OLE color: 1906109.

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

Color convert

RGB 189 21 29 -
CMYK 0 0.89 0.85 0.26
HSL 357.14º 0.8% 0.41% -
HSV(B) 357.14º 0.89% 0.74% -
XYZ 21.48 11.44 2.24 -
YUV 72.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 189 21 29 0 0.89 0.85 0.26 357.14 0.8 0.41
Hex BD 15 1D 0 59 55 1A 165 50 29
Octal 275 25 35 0 131 125 32 545 120 51
Binary 10111101 10101 11101 0 1011001 1010101 11010 101100101 1010000 101001

Color Harmonies of #BD151D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD151D

Black with #BD151D

Text Example


Text Example

White with #BD151D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD151D; }

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

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

background-color css

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

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

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

border-color css

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

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

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