Html Css Color HEX #BD1422 Fire Engine Red

📋 copy color: '#BD1422'

red 189 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #BD1422

Tints of Fire Engine Red #BD1422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.23%

 BLUE value IS 34 (13.67% from 255) = 13.99%

R = 77.78%
G = 8.23%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD1422 (or 0xBD1422) is known color: Fire Engine Red. HEX triplet: BD, 14 and 22. RGB value is (189,20,34). Sum of RGB (Red+Green+Blue) = 189+20+34=243 (32% of max value = 765). Red value is 189 (74.22% from 255 or 77.78% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 34 (13.67% from 255 or 13.99% from 243); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD1422 is #42EBDD. Grayscale: #484848. Windows color (decimal): -4385758 or 2233533. OLE color: 2233533.

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

Color convert

RGB 189 20 34 -
CMYK 0 0.89 0.82 0.26
HSL 355.03º 0.81% 0.41% -
HSV(B) 355.03º 0.89% 0.74% -
XYZ 21.53 11.43 2.59 -
YUV 72.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 189 20 34 0 0.89 0.82 0.26 355.03 0.81 0.41
Hex BD 14 22 0 59 52 1A 163 51 29
Octal 275 24 42 0 131 122 32 543 121 51
Binary 10111101 10100 100010 0 1011001 1010010 11010 101100011 1010001 101001

Color Harmonies of #BD1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1422

Black with #BD1422

Text Example


Text Example

White with #BD1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1422; }

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

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

background-color css

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

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

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

border-color css

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

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

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