Html Css Color HEX #BD1323 Fire Engine Red

📋 copy color: '#BD1323'

red 189 ◦ green 19 ◦ blue 35

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

Shades of Fire Engine Red #BD1323

Tints of Fire Engine Red #BD1323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.82%

 BLUE value IS 35 (14.06% from 255) = 14.4%

R = 77.78%
G = 7.82%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD1323 (or 0xBD1323) is known color: Fire Engine Red. HEX triplet: BD, 13 and 23. RGB value is (189,19,35). Sum of RGB (Red+Green+Blue) = 189+19+35=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 19 (7.81% from 255 or 7.82% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1323 is #42ECDC. Grayscale: #474747. Windows color (decimal): -4386013 or 2298813. OLE color: 2298813.

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

Color convert

RGB 189 19 35 -
CMYK 0 0.90 0.81 0.26
HSL 354.35º 0.82% 0.41% -
HSV(B) 354.35º 0.9% 0.74% -
XYZ 21.52 11.41 2.66 -
YUV 71.65 107.32 211.7 -
System Red Green Blue C M Y K H S L
Decimal 189 19 35 0 0.90 0.81 0.26 354.35 0.82 0.41
Hex BD 13 23 0 5A 51 1A 162 52 29
Octal 275 23 43 0 132 121 32 542 122 51
Binary 10111101 10011 100011 0 1011010 1010001 11010 101100010 1010010 101001

Color Harmonies of #BD1323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1323

Black with #BD1323

Text Example


Text Example

White with #BD1323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1323; }

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

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

background-color css

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

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

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

border-color css

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

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

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