Html Css Color HEX #BD1F0C Harley Davidson Orange

📋 copy color: '#BD1F0C'

red 189 ◦ green 31 ◦ blue 12

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

Shades of Harley Davidson Orange #BD1F0C

Tints of Harley Davidson Orange #BD1F0C

RGB

 RED value IS 189 (74.22% from 255) = 81.47%

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

 BLUE value IS 12 (5.08% from 255) = 5.17%

R = 81.47%
G = 13.36%
B = 5.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BD1F0C (or 0xBD1F0C) is known color: Harley Davidson Orange. HEX triplet: BD, 1F and 0C. RGB value is (189,31,12). Sum of RGB (Red+Green+Blue) = 189+31+12=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 31 (12.5% from 255 or 13.36% from 232); Blue value is 12 (5.08% from 255 or 5.17% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD1F0C is #42E0F3. Grayscale: #4C4C4C. Windows color (decimal): -4382964 or 794557. OLE color: 794557.

HSL color Cylindrical-coordinate representation of color #BD1F0C: hue angle of 6.44º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD1F0C is Cyan = 0, Magento = 0.84, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 31 12 -
CMYK 0 0.84 0.94 0.26
HSL 6.44º 0.88% 0.39% -
HSV(B) 6.44º 0.94% 0.74% -
XYZ 21.54 11.83 1.49 -
YUV 76.08 91.85 208.54 -
System Red Green Blue C M Y K H S L
Decimal 189 31 12 0 0.84 0.94 0.26 6.44 0.88 0.39
Hex BD 1F C 0 54 5E 1A 6 58 27
Octal 275 37 14 0 124 136 32 6 130 47
Binary 10111101 11111 1100 0 1010100 1011110 11010 110 1011000 100111

Color Harmonies of #BD1F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1F0C

Black with #BD1F0C

Text Example


Text Example

White with #BD1F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1F0C; }

 p { color: rgb(189,31,12); }

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

background-color css

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

 a { background-color: rgb(189,31,12); }

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

border-color css

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

 span { border-color: rgb(189,31,12); }

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