Html Css Color HEX #BD2124 Fire Engine Red

📋 copy color: '#BD2124'

red 189 ◦ green 33 ◦ blue 36

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

Shades of Fire Engine Red #BD2124

Tints of Fire Engine Red #BD2124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.79%

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

R = 73.26%
G = 12.79%
B = 13.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD2124 (or 0xBD2124) is known color: Fire Engine Red. HEX triplet: BD, 21 and 24. RGB value is (189,33,36). Sum of RGB (Red+Green+Blue) = 189+33+36=258 (34% of max value = 765). Red value is 189 (74.22% from 255 or 73.26% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 36 (14.45% from 255 or 13.95% from 258); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2124 is #42DEDB. Grayscale: #505050. Windows color (decimal): -4382428 or 2367933. OLE color: 2367933.

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

Color convert

RGB 189 33 36 -
CMYK 0 0.83 0.81 0.26
HSL 358.85º 0.7% 0.44% -
HSV(B) 358.85º 0.83% 0.74% -
XYZ 21.85 12.03 2.84 -
YUV 79.99 103.18 205.76 -
System Red Green Blue C M Y K H S L
Decimal 189 33 36 0 0.83 0.81 0.26 358.85 0.7 0.44
Hex BD 21 24 0 53 51 1A 167 46 2C
Octal 275 41 44 0 123 121 32 547 106 54
Binary 10111101 100001 100100 0 1010011 1010001 11010 101100111 1000110 101100

Color Harmonies of #BD2124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2124

Black with #BD2124

Text Example


Text Example

White with #BD2124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2124; }

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

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

background-color css

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

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

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

border-color css

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

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

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