Html Css Color HEX #BD1123 Fire Engine Red

📋 copy color: '#BD1123'

red 189 ◦ green 17 ◦ blue 35

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

Shades of Fire Engine Red #BD1123

Tints of Fire Engine Red #BD1123

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.05%

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

R = 78.42%
G = 7.05%
B = 14.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD1123 (or 0xBD1123) is known color: Fire Engine Red. HEX triplet: BD, 11 and 23. RGB value is (189,17,35). Sum of RGB (Red+Green+Blue) = 189+17+35=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 35 (14.06% from 255 or 14.52% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1123 is #42EEDC. Grayscale: #464646. Windows color (decimal): -4386525 or 2298301. OLE color: 2298301.

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

Color convert

RGB 189 17 35 -
CMYK 0 0.91 0.81 0.26
HSL 353.72º 0.83% 0.4% -
HSV(B) 353.72º 0.91% 0.74% -
XYZ 21.49 11.34 2.65 -
YUV 70.48 107.98 212.54 -
System Red Green Blue C M Y K H S L
Decimal 189 17 35 0 0.91 0.81 0.26 353.72 0.83 0.4
Hex BD 11 23 0 5B 51 1A 162 53 28
Octal 275 21 43 0 133 121 32 542 123 50
Binary 10111101 10001 100011 0 1011011 1010001 11010 101100010 1010011 101000

Color Harmonies of #BD1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1123

Black with #BD1123

Text Example


Text Example

White with #BD1123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1123; }

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

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

background-color css

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

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

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

border-color css

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

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

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