Html Css Color HEX #BD2023 Fire Engine Red

📋 copy color: '#BD2023'

red 189 ◦ green 32 ◦ blue 35

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

Shades of Fire Engine Red #BD2023

Tints of Fire Engine Red #BD2023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.67%

R = 73.83%
G = 12.5%
B = 13.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD2023 (or 0xBD2023) is known color: Fire Engine Red. HEX triplet: BD, 20 and 23. RGB value is (189,32,35). Sum of RGB (Red+Green+Blue) = 189+32+35=256 (33% of max value = 765). Red value is 189 (74.22% from 255 or 73.83% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 35 (14.06% from 255 or 13.67% from 256); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2023 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2023 is #42DFDC. Grayscale: #4F4F4F. Windows color (decimal): -4382685 or 2302141. OLE color: 2302141.

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

Color convert

RGB 189 32 35 -
CMYK 0 0.83 0.81 0.26
HSL 358.85º 0.71% 0.43% -
HSV(B) 358.85º 0.83% 0.74% -
XYZ 21.81 11.97 2.75 -
YUV 79.29 103.01 206.26 -
System Red Green Blue C M Y K H S L
Decimal 189 32 35 0 0.83 0.81 0.26 358.85 0.71 0.43
Hex BD 20 23 0 53 51 1A 167 47 2B
Octal 275 40 43 0 123 121 32 547 107 53
Binary 10111101 100000 100011 0 1010011 1010001 11010 101100111 1000111 101011

Color Harmonies of #BD2023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2023

Black with #BD2023

Text Example


Text Example

White with #BD2023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2023; }

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

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

background-color css

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

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

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

border-color css

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

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

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