Html Css Color HEX #B7250A Harley Davidson Orange

📋 copy color: '#B7250A'

red 183 ◦ green 37 ◦ blue 10

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

Shades of Harley Davidson Orange #B7250A

Tints of Harley Davidson Orange #B7250A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.09%

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 79.57%
G = 16.09%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.28

RGB Variations

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

Color information

#B7250A (or 0xB7250A) is known color: Harley Davidson Orange. HEX triplet: B7, 25 and 0A. RGB value is (183,37,10). Sum of RGB (Red+Green+Blue) = 183+37+10=230 (30% of max value = 765). Red value is 183 (71.88% from 255 or 79.57% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 183 - color contains mainly: red. Hex color #B7250A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B7250A is #48DAF5. Grayscale: #4D4D4D. Windows color (decimal): -4774646 or 665015. OLE color: 665015.

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

Color convert

RGB 183 37 10 -
CMYK 0 0.80 0.95 0.28
HSL 9.36º 0.9% 0.38% -
HSV(B) 9.36º 0.95% 0.72% -
XYZ 20.24 11.41 1.42 -
YUV 77.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 183 37 10 0 0.80 0.95 0.28 9.36 0.9 0.38
Hex B7 25 A 0 50 5F 1C 9 5A 26
Octal 267 45 12 0 120 137 34 11 132 46
Binary 10110111 100101 1010 0 1010000 1011111 11100 1001 1011010 100110

Color Harmonies of #B7250A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7250A

Black with #B7250A

Text Example


Text Example

White with #B7250A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7250A; }

 p { color: rgb(183,37,10); }

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

background-color css

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

 a { background-color: rgb(183,37,10); }

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

border-color css

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

 span { border-color: rgb(183,37,10); }

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