Html Css Color HEX #BD1D26 Fire Engine Red

📋 copy color: '#BD1D26'

red 189 ◦ green 29 ◦ blue 38

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

Shades of Fire Engine Red #BD1D26

Tints of Fire Engine Red #BD1D26

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

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

R = 73.83%
G = 11.33%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD1D26 (or 0xBD1D26) is known color: Fire Engine Red. HEX triplet: BD, 1D and 26. RGB value is (189,29,38). Sum of RGB (Red+Green+Blue) = 189+29+38=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1D26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD1D26 is #42E2D9. Grayscale: #4D4D4D. Windows color (decimal): -4383450 or 2497981. OLE color: 2497981.

HSL color Cylindrical-coordinate representation of color #BD1D26: hue angle of 356.62º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BD1D26 is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 29 38 -
CMYK 0 0.85 0.80 0.26
HSL 356.63º 0.73% 0.43% -
HSV(B) 356.63º 0.85% 0.74% -
XYZ 21.78 11.84 2.97 -
YUV 77.87 105.51 207.27 -
System Red Green Blue C M Y K H S L
Decimal 189 29 38 0 0.85 0.80 0.26 356.63 0.73 0.43
Hex BD 1D 26 0 55 50 1A 165 49 2B
Octal 275 35 46 0 125 120 32 545 111 53
Binary 10111101 11101 100110 0 1010101 1010000 11010 101100101 1001001 101011

Color Harmonies of #BD1D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1D26

Black with #BD1D26

Text Example


Text Example

White with #BD1D26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1D26; }

 p { color: rgb(189,29,38); }

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

background-color css

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

 a { background-color: rgb(189,29,38); }

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

border-color css

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

 span { border-color: rgb(189,29,38); }

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