Html Css Color HEX #BF210A Harley Davidson Orange

📋 copy color: '#BF210A'

red 191 ◦ green 33 ◦ blue 10

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

Shades of Harley Davidson Orange #BF210A

Tints of Harley Davidson Orange #BF210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.1%

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

R = 81.62%
G = 14.1%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.25

RGB Variations

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

Color information

#BF210A (or 0xBF210A) is known color: Harley Davidson Orange. HEX triplet: BF, 21 and 0A. RGB value is (191,33,10). Sum of RGB (Red+Green+Blue) = 191+33+10=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 33 (13.28% from 255 or 14.10% from 234); Blue value is 10 (4.30% from 255 or 4.27% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF210A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF210A is #40DEF5. Grayscale: #4D4D4D. Windows color (decimal): -4251382 or 663999. OLE color: 663999.

HSL color Cylindrical-coordinate representation of color #BF210A: hue angle of 7.62º degrees, saturation: 0.9, 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 #BF210A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 33 10 -
CMYK 0 0.83 0.95 0.25
HSL 7.62º 0.9% 0.39% -
HSV(B) 7.62º 0.95% 0.75% -
XYZ 22.08 12.19 1.48 -
YUV 77.62 89.85 208.87 -
System Red Green Blue C M Y K H S L
Decimal 191 33 10 0 0.83 0.95 0.25 7.62 0.9 0.39
Hex BF 21 A 0 53 5F 19 8 5A 27
Octal 277 41 12 0 123 137 31 10 132 47
Binary 10111111 100001 1010 0 1010011 1011111 11001 1000 1011010 100111

Color Harmonies of #BF210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF210A

Black with #BF210A

Text Example


Text Example

White with #BF210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF210A; }

 p { color: rgb(191,33,10); }

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

background-color css

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

 a { background-color: rgb(191,33,10); }

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

border-color css

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

 span { border-color: rgb(191,33,10); }

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