Html Css Color HEX #B7240C Harley Davidson Orange

📋 copy color: '#B7240C'

red 183 ◦ green 36 ◦ blue 12

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

Shades of Harley Davidson Orange #B7240C

Tints of Harley Davidson Orange #B7240C

RGB

 RED value IS 183 (71.88% from 255) = 79.22%

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

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

R = 79.22%
G = 15.58%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.28

RGB Variations

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

Color information

#B7240C (or 0xB7240C) is known color: Harley Davidson Orange. HEX triplet: B7, 24 and 0C. RGB value is (183,36,12). Sum of RGB (Red+Green+Blue) = 183+36+12=231 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.22% from 231); Green value is 36 (14.45% from 255 or 15.58% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 183 - color contains mainly: red. Hex color #B7240C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7240C is #48DBF3. Grayscale: #4D4D4D. Windows color (decimal): -4774900 or 795831. OLE color: 795831.

HSL color Cylindrical-coordinate representation of color #B7240C: hue angle of 8.42º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B7240C is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 36 12 -
CMYK 0 0.80 0.93 0.28
HSL 8.42º 0.88% 0.38% -
HSV(B) 8.42º 0.93% 0.72% -
XYZ 20.23 11.36 1.47 -
YUV 77.22 91.2 203.45 -
System Red Green Blue C M Y K H S L
Decimal 183 36 12 0 0.80 0.93 0.28 8.42 0.88 0.38
Hex B7 24 C 0 50 5D 1C 8 58 26
Octal 267 44 14 0 120 135 34 10 130 46
Binary 10110111 100100 1100 0 1010000 1011101 11100 1000 1011000 100110

Color Harmonies of #B7240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7240C

Black with #B7240C

Text Example


Text Example

White with #B7240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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