Html Css Color HEX #BD1D1F Fire Engine Red

📋 copy color: '#BD1D1F'

red 189 ◦ green 29 ◦ blue 31

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

Shades of Fire Engine Red #BD1D1F

Tints of Fire Engine Red #BD1D1F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.65%

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

R = 75.9%
G = 11.65%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD1D1F (or 0xBD1D1F) is known color: Fire Engine Red. HEX triplet: BD, 1D and 1F. RGB value is (189,29,31). Sum of RGB (Red+Green+Blue) = 189+29+31=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 29 (11.72% from 255 or 11.65% from 249); Blue value is 31 (12.5% from 255 or 12.45% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D1F is #42E2E0. Grayscale: #4D4D4D. Windows color (decimal): -4383457 or 2039229. OLE color: 2039229.

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

Color convert

RGB 189 29 31 -
CMYK 0 0.85 0.84 0.26
HSL 359.25º 0.73% 0.43% -
HSV(B) 359.25º 0.85% 0.74% -
XYZ 21.67 11.8 2.43 -
YUV 77.07 102.01 207.84 -
System Red Green Blue C M Y K H S L
Decimal 189 29 31 0 0.85 0.84 0.26 359.25 0.73 0.43
Hex BD 1D 1F 0 55 54 1A 167 49 2B
Octal 275 35 37 0 125 124 32 547 111 53
Binary 10111101 11101 11111 0 1010101 1010100 11010 101100111 1001001 101011

Color Harmonies of #BD1D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D1F

Black with #BD1D1F

Text Example


Text Example

White with #BD1D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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