Html Css Color HEX #BD270D Harley Davidson Orange

📋 copy color: '#BD270D'

red 189 ◦ green 39 ◦ blue 13

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

Shades of Harley Davidson Orange #BD270D

Tints of Harley Davidson Orange #BD270D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.18%

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

R = 78.42%
G = 16.18%
B = 5.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.26

RGB Variations

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

Color information

#BD270D (or 0xBD270D) is known color: Harley Davidson Orange. HEX triplet: BD, 27 and 0D. RGB value is (189,39,13). Sum of RGB (Red+Green+Blue) = 189+39+13=241 (31% of max value = 765). Red value is 189 (74.22% from 255 or 78.42% from 241); Green value is 39 (15.62% from 255 or 16.18% from 241); Blue value is 13 (5.47% from 255 or 5.39% from 241); Max value from RGB is 189 - color contains mainly: red. Hex color #BD270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD270D is #42D8F2. Grayscale: #515151. Windows color (decimal): -4380915 or 862141. OLE color: 862141.

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

Color convert

RGB 189 39 13 -
CMYK 0 0.79 0.93 0.26
HSL 8.86º 0.87% 0.4% -
HSV(B) 8.86º 0.93% 0.74% -
XYZ 21.78 12.3 1.61 -
YUV 80.89 89.7 205.11 -
System Red Green Blue C M Y K H S L
Decimal 189 39 13 0 0.79 0.93 0.26 8.86 0.87 0.4
Hex BD 27 D 0 4F 5D 1A 9 57 28
Octal 275 47 15 0 117 135 32 11 127 50
Binary 10111101 100111 1101 0 1001111 1011101 11010 1001 1010111 101000

Color Harmonies of #BD270D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD270D

Black with #BD270D

Text Example


Text Example

White with #BD270D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD270D; }

 p { color: rgb(189,39,13); }

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

background-color css

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

 a { background-color: rgb(189,39,13); }

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

border-color css

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

 span { border-color: rgb(189,39,13); }

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