Html Css Color HEX #BD171E Fire Engine Red

📋 copy color: '#BD171E'

red 189 ◦ green 23 ◦ blue 30

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

Shades of Fire Engine Red #BD171E

Tints of Fire Engine Red #BD171E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.4%

R = 78.1%
G = 9.5%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD171E (or 0xBD171E) is known color: Fire Engine Red. HEX triplet: BD, 17 and 1E. RGB value is (189,23,30). Sum of RGB (Red+Green+Blue) = 189+23+30=242 (32% of max value = 765). Red value is 189 (74.22% from 255 or 78.10% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 30 (12.11% from 255 or 12.40% from 242); Max value from RGB is 189 - color contains mainly: red. Hex color #BD171E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD171E is #42E8E1. Grayscale: #494949. Windows color (decimal): -4384994 or 1972157. OLE color: 1972157.

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

Color convert

RGB 189 23 30 -
CMYK 0 0.88 0.84 0.26
HSL 357.47º 0.78% 0.42% -
HSV(B) 357.47º 0.88% 0.74% -
XYZ 21.53 11.53 2.32 -
YUV 73.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 189 23 30 0 0.88 0.84 0.26 357.47 0.78 0.42
Hex BD 17 1E 0 58 54 1A 165 4E 2A
Octal 275 27 36 0 130 124 32 545 116 52
Binary 10111101 10111 11110 0 1011000 1010100 11010 101100101 1001110 101010

Color Harmonies of #BD171E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD171E

Black with #BD171E

Text Example


Text Example

White with #BD171E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD171E; }

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

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

background-color css

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

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

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

border-color css

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

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

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