Html Css Color HEX #BD1227 Fire Engine Red

📋 copy color: '#BD1227'

red 189 ◦ green 18 ◦ blue 39

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

Shades of Fire Engine Red #BD1227

Tints of Fire Engine Red #BD1227

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 76.83%
G = 7.32%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD1227 (or 0xBD1227) is known color: Fire Engine Red. HEX triplet: BD, 12 and 27. RGB value is (189,18,39). Sum of RGB (Red+Green+Blue) = 189+18+39=246 (32% of max value = 765). Red value is 189 (74.22% from 255 or 76.83% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1227 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1227 is #42EDD8. Grayscale: #474747. Windows color (decimal): -4386265 or 2560701. OLE color: 2560701.

HSL color Cylindrical-coordinate representation of color #BD1227: hue angle of 352.63º degrees, saturation: 0.83, 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 #BD1227 is Cyan = 0, Magento = 0.90, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 18 39 -
CMYK 0 0.90 0.79 0.26
HSL 352.63º 0.83% 0.41% -
HSV(B) 352.63º 0.9% 0.74% -
XYZ 21.57 11.4 2.98 -
YUV 71.52 109.65 211.79 -
System Red Green Blue C M Y K H S L
Decimal 189 18 39 0 0.90 0.79 0.26 352.63 0.83 0.41
Hex BD 12 27 0 5A 4F 1A 161 53 29
Octal 275 22 47 0 132 117 32 541 123 51
Binary 10111101 10010 100111 0 1011010 1001111 11010 101100001 1010011 101001

Color Harmonies of #BD1227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1227

Black with #BD1227

Text Example


Text Example

White with #BD1227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1227; }

 p { color: rgb(189,18,39); }

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

background-color css

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

 a { background-color: rgb(189,18,39); }

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

border-color css

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

 span { border-color: rgb(189,18,39); }

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