Html Css Color HEX #BD2021 Fire Engine Red

📋 copy color: '#BD2021'

red 189 ◦ green 32 ◦ blue 33

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

Shades of Fire Engine Red #BD2021

Tints of Fire Engine Red #BD2021

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

 BLUE value IS 33 (13.28% from 255) = 12.99%

R = 74.41%
G = 12.6%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD2021 (or 0xBD2021) is known color: Fire Engine Red. HEX triplet: BD, 20 and 21. RGB value is (189,32,33). Sum of RGB (Red+Green+Blue) = 189+32+33=254 (33% of max value = 765). Red value is 189 (74.22% from 255 or 74.41% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2021 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2021 is #42DFDE. Grayscale: #4F4F4F. Windows color (decimal): -4382687 or 2171069. OLE color: 2171069.

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

Color convert

RGB 189 32 33 -
CMYK 0 0.83 0.83 0.26
HSL 359.62º 0.71% 0.43% -
HSV(B) 359.62º 0.83% 0.74% -
XYZ 21.78 11.96 2.6 -
YUV 79.06 102.01 206.42 -
System Red Green Blue C M Y K H S L
Decimal 189 32 33 0 0.83 0.83 0.26 359.62 0.71 0.43
Hex BD 20 21 0 53 53 1A 168 47 2B
Octal 275 40 41 0 123 123 32 550 107 53
Binary 10111101 100000 100001 0 1010011 1010011 11010 101101000 1000111 101011

Color Harmonies of #BD2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2021

Black with #BD2021

Text Example


Text Example

White with #BD2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2021; }

 p { color: rgb(189,32,33); }

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

background-color css

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

 a { background-color: rgb(189,32,33); }

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

border-color css

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

 span { border-color: rgb(189,32,33); }

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