Html Css Color HEX #BD1125 Fire Engine Red

📋 copy color: '#BD1125'

red 189 ◦ green 17 ◦ blue 37

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

Shades of Fire Engine Red #BD1125

Tints of Fire Engine Red #BD1125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 15.23%

R = 77.78%
G = 7%
B = 15.23%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD1125 (or 0xBD1125) is known color: Fire Engine Red. HEX triplet: BD, 11 and 25. RGB value is (189,17,37). Sum of RGB (Red+Green+Blue) = 189+17+37=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 17 (7.03% from 255 or 7.00% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1125 is #42EEDA. Grayscale: #464646. Windows color (decimal): -4386523 or 2429373. OLE color: 2429373.

HSL color Cylindrical-coordinate representation of color #BD1125: hue angle of 353.02º 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 #BD1125 is Cyan = 0, Magento = 0.91, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 37 -
CMYK 0 0.91 0.80 0.26
HSL 353.02º 0.83% 0.4% -
HSV(B) 353.02º 0.91% 0.74% -
XYZ 21.52 11.35 2.81 -
YUV 70.71 108.98 212.37 -
System Red Green Blue C M Y K H S L
Decimal 189 17 37 0 0.91 0.80 0.26 353.02 0.83 0.4
Hex BD 11 25 0 5B 50 1A 161 53 28
Octal 275 21 45 0 133 120 32 541 123 50
Binary 10111101 10001 100101 0 1011011 1010000 11010 101100001 1010011 101000

Color Harmonies of #BD1125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1125

Black with #BD1125

Text Example


Text Example

White with #BD1125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1125; }

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

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

background-color css

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

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

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

border-color css

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

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

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