Html Css Color HEX #BD191D Fire Engine Red

📋 copy color: '#BD191D'

red 189 ◦ green 25 ◦ blue 29

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

Shades of Fire Engine Red #BD191D

Tints of Fire Engine Red #BD191D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.29%

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

R = 77.78%
G = 10.29%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.85

 K value IS 0.26

RGB Variations

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

Color information

#BD191D (or 0xBD191D) is known color: Fire Engine Red. HEX triplet: BD, 19 and 1D. RGB value is (189,25,29). Sum of RGB (Red+Green+Blue) = 189+25+29=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 25 (10.16% from 255 or 10.29% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD191D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD191D is #42E6E2. Grayscale: #4A4A4A. Windows color (decimal): -4384483 or 1907133. OLE color: 1907133.

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

Color convert

RGB 189 25 29 -
CMYK 0 0.87 0.85 0.26
HSL 358.54º 0.77% 0.42% -
HSV(B) 358.54º 0.87% 0.74% -
XYZ 21.56 11.6 2.27 -
YUV 74.49 102.33 209.67 -
System Red Green Blue C M Y K H S L
Decimal 189 25 29 0 0.87 0.85 0.26 358.54 0.77 0.42
Hex BD 19 1D 0 57 55 1A 167 4D 2A
Octal 275 31 35 0 127 125 32 547 115 52
Binary 10111101 11001 11101 0 1010111 1010101 11010 101100111 1001101 101010

Color Harmonies of #BD191D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD191D

Black with #BD191D

Text Example


Text Example

White with #BD191D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD191D; }

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

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

background-color css

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

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

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

border-color css

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

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

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