Html Css Color HEX #BF2409 Harley Davidson Orange

📋 copy color: '#BF2409'

red 191 ◦ green 36 ◦ blue 9

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

Shades of Harley Davidson Orange #BF2409

Tints of Harley Davidson Orange #BF2409

RGB

 RED value IS 191 (75% from 255) = 80.93%

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

 BLUE value IS 9 (3.91% from 255) = 3.81%

R = 80.93%
G = 15.25%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF2409 (or 0xBF2409) is known color: Harley Davidson Orange. HEX triplet: BF, 24 and 09. RGB value is (191,36,9). Sum of RGB (Red+Green+Blue) = 191+36+9=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 36 (14.45% from 255 or 15.25% from 236); Blue value is 9 (3.91% from 255 or 3.81% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2409 is #40DBF6. Grayscale: #4F4F4F. Windows color (decimal): -4250615 or 599231. OLE color: 599231.

HSL color Cylindrical-coordinate representation of color #BF2409: hue angle of 8.9º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BF2409 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 36 9 -
CMYK 0 0.81 0.95 0.25
HSL 8.9º 0.91% 0.39% -
HSV(B) 8.9º 0.95% 0.75% -
XYZ 22.17 12.36 1.48 -
YUV 79.27 88.35 207.7 -
System Red Green Blue C M Y K H S L
Decimal 191 36 9 0 0.81 0.95 0.25 8.9 0.91 0.39
Hex BF 24 9 0 51 5F 19 9 5B 27
Octal 277 44 11 0 121 137 31 11 133 47
Binary 10111111 100100 1001 0 1010001 1011111 11001 1001 1011011 100111

Color Harmonies of #BF2409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2409

Black with #BF2409

Text Example


Text Example

White with #BF2409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2409; }

 p { color: rgb(191,36,9); }

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

background-color css

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

 a { background-color: rgb(191,36,9); }

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

border-color css

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

 span { border-color: rgb(191,36,9); }

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