Html Css Color HEX #BD2227 Fire Engine Red

📋 copy color: '#BD2227'

red 189 ◦ green 34 ◦ blue 39

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

Shades of Fire Engine Red #BD2227

Tints of Fire Engine Red #BD2227

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

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

R = 72.14%
G = 12.98%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BD2227 (or 0xBD2227) is known color: Fire Engine Red. HEX triplet: BD, 22 and 27. RGB value is (189,34,39). Sum of RGB (Red+Green+Blue) = 189+34+39=262 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.14% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 39 (15.62% from 255 or 14.89% from 262); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2227 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2227 is #42DDD8. Grayscale: #515151. Windows color (decimal): -4382169 or 2564797. OLE color: 2564797.

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

Color convert

RGB 189 34 39 -
CMYK 0 0.82 0.79 0.26
HSL 358.06º 0.7% 0.44% -
HSV(B) 358.06º 0.82% 0.74% -
XYZ 21.92 12.11 3.1 -
YUV 80.92 104.35 205.09 -
System Red Green Blue C M Y K H S L
Decimal 189 34 39 0 0.82 0.79 0.26 358.06 0.7 0.44
Hex BD 22 27 0 52 4F 1A 166 46 2C
Octal 275 42 47 0 122 117 32 546 106 54
Binary 10111101 100010 100111 0 1010010 1001111 11010 101100110 1000110 101100

Color Harmonies of #BD2227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2227

Black with #BD2227

Text Example


Text Example

White with #BD2227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2227; }

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

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

background-color css

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

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

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

border-color css

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

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

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