Html Css Color HEX #BD1819 Fire Engine Red

📋 copy color: '#BD1819'

red 189 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #BD1819

Tints of Fire Engine Red #BD1819

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.08%

 BLUE value IS 25 (10.16% from 255) = 10.5%

R = 79.41%
G = 10.08%
B = 10.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD1819 (or 0xBD1819) is known color: Fire Engine Red. HEX triplet: BD, 18 and 19. RGB value is (189,24,25). Sum of RGB (Red+Green+Blue) = 189+24+25=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1819 is #42E7E6. Grayscale: #494949. Windows color (decimal): -4384743 or 1644733. OLE color: 1644733.

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

Color convert

RGB 189 24 25 -
CMYK 0 0.87 0.87 0.26
HSL 359.64º 0.77% 0.42% -
HSV(B) 359.64º 0.87% 0.74% -
XYZ 21.49 11.54 2.02 -
YUV 73.45 100.66 210.42 -
System Red Green Blue C M Y K H S L
Decimal 189 24 25 0 0.87 0.87 0.26 359.64 0.77 0.42
Hex BD 18 19 0 57 57 1A 168 4D 2A
Octal 275 30 31 0 127 127 32 550 115 52
Binary 10111101 11000 11001 0 1010111 1010111 11010 101101000 1001101 101010

Color Harmonies of #BD1819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1819

Black with #BD1819

Text Example


Text Example

White with #BD1819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1819; }

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

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

background-color css

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

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

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

border-color css

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

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

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