Html Css Color HEX #BD1824 Fire Engine Red

📋 copy color: '#BD1824'

red 189 ◦ green 24 ◦ blue 36

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

Shades of Fire Engine Red #BD1824

Tints of Fire Engine Red #BD1824

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.46%

R = 75.9%
G = 9.64%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD1824 (or 0xBD1824) is known color: Fire Engine Red. HEX triplet: BD, 18 and 24. RGB value is (189,24,36). Sum of RGB (Red+Green+Blue) = 189+24+36=249 (32% of max value = 765). Red value is 189 (74.22% from 255 or 75.90% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 36 (14.45% from 255 or 14.46% from 249); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1824 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1824 is #42E7DB. Grayscale: #4A4A4A. Windows color (decimal): -4384732 or 2365629. OLE color: 2365629.

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

Color convert

RGB 189 24 36 -
CMYK 0 0.87 0.81 0.26
HSL 355.64º 0.77% 0.42% -
HSV(B) 355.64º 0.87% 0.74% -
XYZ 21.63 11.6 2.77 -
YUV 74.7 106.16 209.52 -
System Red Green Blue C M Y K H S L
Decimal 189 24 36 0 0.87 0.81 0.26 355.64 0.77 0.42
Hex BD 18 24 0 57 51 1A 164 4D 2A
Octal 275 30 44 0 127 121 32 544 115 52
Binary 10111101 11000 100100 0 1010111 1010001 11010 101100100 1001101 101010

Color Harmonies of #BD1824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1824

Black with #BD1824

Text Example


Text Example

White with #BD1824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1824; }

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

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

background-color css

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

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

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

border-color css

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

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

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