Html Css Color HEX #BD2224 Fire Engine Red

📋 copy color: '#BD2224'

red 189 ◦ green 34 ◦ blue 36

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

Shades of Fire Engine Red #BD2224

Tints of Fire Engine Red #BD2224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.13%

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

R = 72.97%
G = 13.13%
B = 13.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD2224 (or 0xBD2224) is known color: Fire Engine Red. HEX triplet: BD, 22 and 24. RGB value is (189,34,36). Sum of RGB (Red+Green+Blue) = 189+34+36=259 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.97% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 36 (14.45% from 255 or 13.90% from 259); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2224 is #42DDDB. Grayscale: #505050. Windows color (decimal): -4382172 or 2368189. OLE color: 2368189.

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

Color convert

RGB 189 34 36 -
CMYK 0 0.82 0.81 0.26
HSL 359.23º 0.7% 0.44% -
HSV(B) 359.23º 0.82% 0.74% -
XYZ 21.88 12.09 2.85 -
YUV 80.57 102.85 205.34 -
System Red Green Blue C M Y K H S L
Decimal 189 34 36 0 0.82 0.81 0.26 359.23 0.7 0.44
Hex BD 22 24 0 52 51 1A 167 46 2C
Octal 275 42 44 0 122 121 32 547 106 54
Binary 10111101 100010 100100 0 1010010 1010001 11010 101100111 1000110 101100

Color Harmonies of #BD2224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2224

Black with #BD2224

Text Example


Text Example

White with #BD2224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2224; }

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

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

background-color css

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

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

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

border-color css

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

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

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