Html Css Color HEX #BD171D Fire Engine Red

📋 copy color: '#BD171D'

red 189 ◦ green 23 ◦ blue 29

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

Shades of Fire Engine Red #BD171D

Tints of Fire Engine Red #BD171D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.54%

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

R = 78.42%
G = 9.54%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD171D (or 0xBD171D) is known color: Fire Engine Red. HEX triplet: BD, 17 and 1D. RGB value is (189,23,29). Sum of RGB (Red+Green+Blue) = 189+23+29=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 23 (9.38% from 255 or 9.54% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD171D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD171D is #42E8E2. Grayscale: #494949. Windows color (decimal): -4384995 or 1906621. OLE color: 1906621.

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

Color convert

RGB 189 23 29 -
CMYK 0 0.88 0.85 0.26
HSL 357.83º 0.78% 0.42% -
HSV(B) 357.83º 0.88% 0.74% -
XYZ 21.51 11.52 2.25 -
YUV 73.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 189 23 29 0 0.88 0.85 0.26 357.83 0.78 0.42
Hex BD 17 1D 0 58 55 1A 166 4E 2A
Octal 275 27 35 0 130 125 32 546 116 52
Binary 10111101 10111 11101 0 1011000 1010101 11010 101100110 1001110 101010

Color Harmonies of #BD171D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD171D

Black with #BD171D

Text Example


Text Example

White with #BD171D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD171D; }

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

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

background-color css

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

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

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

border-color css

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

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

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