Html Css Color HEX #BD2225 Fire Engine Red

📋 copy color: '#BD2225'

red 189 ◦ green 34 ◦ blue 37

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

Shades of Fire Engine Red #BD2225

Tints of Fire Engine Red #BD2225

RGB

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

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

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

R = 72.69%
G = 13.08%
B = 14.23%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD2225 (or 0xBD2225) is known color: Fire Engine Red. HEX triplet: BD, 22 and 25. RGB value is (189,34,37). Sum of RGB (Red+Green+Blue) = 189+34+37=260 (34% of max value = 765). Red value is 189 (74.22% from 255 or 72.69% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2225 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2225 is #42DDDA. Grayscale: #505050. Windows color (decimal): -4382171 or 2433725. OLE color: 2433725.

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

Color convert

RGB 189 34 37 -
CMYK 0 0.82 0.80 0.26
HSL 358.84º 0.7% 0.44% -
HSV(B) 358.84º 0.82% 0.74% -
XYZ 21.89 12.1 2.93 -
YUV 80.69 103.35 205.26 -
System Red Green Blue C M Y K H S L
Decimal 189 34 37 0 0.82 0.80 0.26 358.84 0.7 0.44
Hex BD 22 25 0 52 50 1A 167 46 2C
Octal 275 42 45 0 122 120 32 547 106 54
Binary 10111101 100010 100101 0 1010010 1010000 11010 101100111 1000110 101100

Color Harmonies of #BD2225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2225

Black with #BD2225

Text Example


Text Example

White with #BD2225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2225; }

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

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

background-color css

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

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

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

border-color css

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

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

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