Html Css Color HEX #BD2324 Fire Engine Red

📋 copy color: '#BD2324'

red 189 ◦ green 35 ◦ blue 36

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

Shades of Fire Engine Red #BD2324

Tints of Fire Engine Red #BD2324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.46%

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

R = 72.69%
G = 13.46%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD2324 (or 0xBD2324) is known color: Fire Engine Red. HEX triplet: BD, 23 and 24. RGB value is (189,35,36). Sum of RGB (Red+Green+Blue) = 189+35+36=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 36 (14.45% from 255 or 13.85% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2324 is #42DCDB. Grayscale: #515151. Windows color (decimal): -4381916 or 2368445. OLE color: 2368445.

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

Color convert

RGB 189 35 36 -
CMYK 0 0.81 0.81 0.26
HSL 359.61º 0.69% 0.44% -
HSV(B) 359.61º 0.81% 0.74% -
XYZ 21.91 12.15 2.86 -
YUV 81.16 102.52 204.92 -
System Red Green Blue C M Y K H S L
Decimal 189 35 36 0 0.81 0.81 0.26 359.61 0.69 0.44
Hex BD 23 24 0 51 51 1A 168 45 2C
Octal 275 43 44 0 121 121 32 550 105 54
Binary 10111101 100011 100100 0 1010001 1010001 11010 101101000 1000101 101100

Color Harmonies of #BD2324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2324

Black with #BD2324

Text Example


Text Example

White with #BD2324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2324; }

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

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

background-color css

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

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

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

border-color css

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

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

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