Html Css Color HEX #BF2212 Harley Davidson Orange

📋 copy color: '#BF2212'

red 191 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #BF2212

Tints of Harley Davidson Orange #BF2212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.99%

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 78.6%
G = 13.99%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF2212 (or 0xBF2212) is known color: Harley Davidson Orange. HEX triplet: BF, 22 and 12. RGB value is (191,34,18). Sum of RGB (Red+Green+Blue) = 191+34+18=243 (32% of max value = 765). Red value is 191 (75% from 255 or 78.60% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BF2212 is #40DDED. Grayscale: #4F4F4F. Windows color (decimal): -4251118 or 1188543. OLE color: 1188543.

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

Color convert

RGB 191 34 18 -
CMYK 0 0.82 0.91 0.25
HSL 5.55º 0.83% 0.41% -
HSV(B) 5.55º 0.91% 0.75% -
XYZ 22.17 12.26 1.77 -
YUV 79.12 93.51 207.8 -
System Red Green Blue C M Y K H S L
Decimal 191 34 18 0 0.82 0.91 0.25 5.55 0.83 0.41
Hex BF 22 12 0 52 5B 19 6 53 29
Octal 277 42 22 0 122 133 31 6 123 51
Binary 10111111 100010 10010 0 1010010 1011011 11001 110 1010011 101001

Color Harmonies of #BF2212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF2212

Black with #BF2212

Text Example


Text Example

White with #BF2212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF2212; }

 p { color: rgb(191,34,18); }

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

background-color css

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

 a { background-color: rgb(191,34,18); }

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

border-color css

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

 span { border-color: rgb(191,34,18); }

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