Html Css Color HEX #BD1424 Fire Engine Red

📋 copy color: '#BD1424'

red 189 ◦ green 20 ◦ blue 36

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

Shades of Fire Engine Red #BD1424

Tints of Fire Engine Red #BD1424

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.16%

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

R = 77.14%
G = 8.16%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD1424 (or 0xBD1424) is known color: Fire Engine Red. HEX triplet: BD, 14 and 24. RGB value is (189,20,36). Sum of RGB (Red+Green+Blue) = 189+20+36=245 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.14% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 36 (14.45% from 255 or 14.69% from 245); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1424 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1424 is #42EBDB. Grayscale: #484848. Windows color (decimal): -4385756 or 2364605. OLE color: 2364605.

HSL color Cylindrical-coordinate representation of color #BD1424: hue angle of 354.32º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BD1424 is Cyan = 0, Magento = 0.89, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 20 36 -
CMYK 0 0.89 0.81 0.26
HSL 354.32º 0.81% 0.41% -
HSV(B) 354.32º 0.89% 0.74% -
XYZ 21.55 11.45 2.74 -
YUV 72.36 107.49 211.2 -
System Red Green Blue C M Y K H S L
Decimal 189 20 36 0 0.89 0.81 0.26 354.32 0.81 0.41
Hex BD 14 24 0 59 51 1A 162 51 29
Octal 275 24 44 0 131 121 32 542 121 51
Binary 10111101 10100 100100 0 1011001 1010001 11010 101100010 1010001 101001

Color Harmonies of #BD1424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1424

Black with #BD1424

Text Example


Text Example

White with #BD1424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1424; }

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

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

background-color css

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

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

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

border-color css

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

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

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