Html Css Color HEX #BC250D Harley Davidson Orange

📋 copy color: '#BC250D'

red 188 ◦ green 37 ◦ blue 13

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

Shades of Harley Davidson Orange #BC250D

Tints of Harley Davidson Orange #BC250D

RGB

 RED value IS 188 (73.83% from 255) = 78.99%

 GREEN value IS 37 (14.84% from 255) = 15.55%

 BLUE value IS 13 (5.47% from 255) = 5.46%

R = 78.99%
G = 15.55%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BC250D (or 0xBC250D) is known color: Harley Davidson Orange. HEX triplet: BC, 25 and 0D. RGB value is (188,37,13). Sum of RGB (Red+Green+Blue) = 188+37+13=238 (31% of max value = 765). Red value is 188 (73.83% from 255 or 78.99% from 238); Green value is 37 (14.84% from 255 or 15.55% from 238); Blue value is 13 (5.47% from 255 or 5.46% from 238); Max value from RGB is 188 - color contains mainly: red. Hex color #BC250D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BC250D is #43DAF2. Grayscale: #4F4F4F. Windows color (decimal): -4446963 or 861628. OLE color: 861628.

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

Color convert

RGB 188 37 13 -
CMYK 0 0.80 0.93 0.26
HSL 8.23º 0.87% 0.39% -
HSV(B) 8.23º 0.93% 0.74% -
XYZ 21.47 12.04 1.57 -
YUV 79.41 90.53 205.45 -
System Red Green Blue C M Y K H S L
Decimal 188 37 13 0 0.80 0.93 0.26 8.23 0.87 0.39
Hex BC 25 D 0 50 5D 1A 8 57 27
Octal 274 45 15 0 120 135 32 10 127 47
Binary 10111100 100101 1101 0 1010000 1011101 11010 1000 1010111 100111

Color Harmonies of #BC250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC250D

Black with #BC250D

Text Example


Text Example

White with #BC250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC250D; }

 p { color: rgb(188,37,13); }

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

background-color css

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

 a { background-color: rgb(188,37,13); }

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

border-color css

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

 span { border-color: rgb(188,37,13); }

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