Html Css Color HEX #BD2D03 Harley Davidson Orange

📋 copy color: '#BD2D03'

red 189 ◦ green 45 ◦ blue 3

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

Shades of Harley Davidson Orange #BD2D03

Tints of Harley Davidson Orange #BD2D03

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.99%

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 79.75%
G = 18.99%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#BD2D03 (or 0xBD2D03) is known color: Harley Davidson Orange. HEX triplet: BD, 2D and 03. RGB value is (189,45,3). Sum of RGB (Red+Green+Blue) = 189+45+3=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 45 (17.97% from 255 or 18.99% from 237); Blue value is 3 (1.56% from 255 or 1.27% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD2D03 is #42D2FC. Grayscale: #535353. Windows color (decimal): -4379389 or 208317. OLE color: 208317.

HSL color Cylindrical-coordinate representation of color #BD2D03: hue angle of 13.55º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD2D03 is Cyan = 0, Magento = 0.76, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 45 3 -
CMYK 0 0.76 0.98 0.26
HSL 13.55º 0.97% 0.38% -
HSV(B) 13.55º 0.98% 0.74% -
XYZ 21.94 12.7 1.38 -
YUV 83.27 82.71 203.42 -
System Red Green Blue C M Y K H S L
Decimal 189 45 3 0 0.76 0.98 0.26 13.55 0.97 0.38
Hex BD 2D 3 0 4C 62 1A E 61 26
Octal 275 55 3 0 114 142 32 16 141 46
Binary 10111101 101101 11 0 1001100 1100010 11010 1110 1100001 100110

Color Harmonies of #BD2D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD2D03

Black with #BD2D03

Text Example


Text Example

White with #BD2D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD2D03; }

 p { color: rgb(189,45,3); }

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

background-color css

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

 a { background-color: rgb(189,45,3); }

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

border-color css

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

 span { border-color: rgb(189,45,3); }

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