Html Css Color HEX #BD240C Harley Davidson Orange

📋 copy color: '#BD240C'

red 189 ◦ green 36 ◦ blue 12

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

Shades of Harley Davidson Orange #BD240C

Tints of Harley Davidson Orange #BD240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.19%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 79.75%
G = 15.19%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD240C (or 0xBD240C) is known color: Harley Davidson Orange. HEX triplet: BD, 24 and 0C. RGB value is (189,36,12). Sum of RGB (Red+Green+Blue) = 189+36+12=237 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.75% from 237); Green value is 36 (14.45% from 255 or 15.19% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 189 - color contains mainly: red. Hex color #BD240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD240C is #42DBF3. Grayscale: #4F4F4F. Windows color (decimal): -4381684 or 795837. OLE color: 795837.

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

Color convert

RGB 189 36 12 -
CMYK 0 0.81 0.94 0.26
HSL 8.14º 0.88% 0.39% -
HSV(B) 8.14º 0.94% 0.74% -
XYZ 21.68 12.11 1.54 -
YUV 79.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 189 36 12 0 0.81 0.94 0.26 8.14 0.88 0.39
Hex BD 24 C 0 51 5E 1A 8 58 27
Octal 275 44 14 0 121 136 32 10 130 47
Binary 10111101 100100 1100 0 1010001 1011110 11010 1000 1011000 100111

Color Harmonies of #BD240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD240C

Black with #BD240C

Text Example


Text Example

White with #BD240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD240C; }

 p { color: rgb(189,36,12); }

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

background-color css

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

 a { background-color: rgb(189,36,12); }

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

border-color css

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

 span { border-color: rgb(189,36,12); }

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