Html Css Color HEX #BF1F02 Harley Davidson Orange

📋 copy color: '#BF1F02'

red 191 ◦ green 31 ◦ blue 2

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

Shades of Harley Davidson Orange #BF1F02

Tints of Harley Davidson Orange #BF1F02

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.84%

 BLUE value IS 2 (1.17% from 255) = 0.89%

R = 85.27%
G = 13.84%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BF1F02 (or 0xBF1F02) is known color: Harley Davidson Orange. HEX triplet: BF, 1F and 02. RGB value is (191,31,2). Sum of RGB (Red+Green+Blue) = 191+31+2=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 31 (12.5% from 255 or 13.84% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF1F02 is #40E0FD. Grayscale: #4B4B4B. Windows color (decimal): -4251902 or 139199. OLE color: 139199.

HSL color Cylindrical-coordinate representation of color #BF1F02: hue angle of 9.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF1F02 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 31 2 -
CMYK 0 0.84 0.99 0.25
HSL 9.21º 0.98% 0.38% -
HSV(B) 9.21º 0.99% 0.75% -
XYZ 21.99 12.06 1.23 -
YUV 75.53 86.51 210.36 -
System Red Green Blue C M Y K H S L
Decimal 191 31 2 0 0.84 0.99 0.25 9.21 0.98 0.38
Hex BF 1F 2 0 54 63 19 9 62 26
Octal 277 37 2 0 124 143 31 11 142 46
Binary 10111111 11111 10 0 1010100 1100011 11001 1001 1100010 100110

Color Harmonies of #BF1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1F02

Black with #BF1F02

Text Example


Text Example

White with #BF1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1F02; }

 p { color: rgb(191,31,2); }

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

background-color css

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

 a { background-color: rgb(191,31,2); }

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

border-color css

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

 span { border-color: rgb(191,31,2); }

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