Html Css Color HEX #BD1623 Fire Engine Red

📋 copy color: '#BD1623'

red 189 ◦ green 22 ◦ blue 35

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

Shades of Fire Engine Red #BD1623

Tints of Fire Engine Red #BD1623

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

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

R = 76.83%
G = 8.94%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD1623 (or 0xBD1623) is known color: Fire Engine Red. HEX triplet: BD, 16 and 23. RGB value is (189,22,35). Sum of RGB (Red+Green+Blue) = 189+22+35=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 35 (14.06% from 255 or 14.23% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1623 is #42E9DC. Grayscale: #494949. Windows color (decimal): -4385245 or 2299581. OLE color: 2299581.

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

Color convert

RGB 189 22 35 -
CMYK 0 0.88 0.81 0.26
HSL 355.33º 0.79% 0.41% -
HSV(B) 355.33º 0.88% 0.74% -
XYZ 21.58 11.51 2.68 -
YUV 73.42 106.33 210.44 -
System Red Green Blue C M Y K H S L
Decimal 189 22 35 0 0.88 0.81 0.26 355.33 0.79 0.41
Hex BD 16 23 0 58 51 1A 163 4F 29
Octal 275 26 43 0 130 121 32 543 117 51
Binary 10111101 10110 100011 0 1011000 1010001 11010 101100011 1001111 101001

Color Harmonies of #BD1623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1623

Black with #BD1623

Text Example


Text Example

White with #BD1623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1623; }

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

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

background-color css

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

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

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

border-color css

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

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

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