Html Css Color HEX #BD210A Harley Davidson Orange

📋 copy color: '#BD210A'

red 189 ◦ green 33 ◦ blue 10

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

Shades of Harley Davidson Orange #BD210A

Tints of Harley Davidson Orange #BD210A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.22%

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 81.47%
G = 14.22%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#BD210A (or 0xBD210A) is known color: Harley Davidson Orange. HEX triplet: BD, 21 and 0A. RGB value is (189,33,10). Sum of RGB (Red+Green+Blue) = 189+33+10=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 33 (13.28% from 255 or 14.22% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD210A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #BD210A is #42DEF5. Grayscale: #4D4D4D. Windows color (decimal): -4382454 or 663997. OLE color: 663997.

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

Color convert

RGB 189 33 10 -
CMYK 0 0.83 0.95 0.26
HSL 7.71º 0.9% 0.39% -
HSV(B) 7.71º 0.95% 0.74% -
XYZ 21.58 11.93 1.45 -
YUV 77.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 189 33 10 0 0.83 0.95 0.26 7.71 0.9 0.39
Hex BD 21 A 0 53 5F 1A 8 5A 27
Octal 275 41 12 0 123 137 32 10 132 47
Binary 10111101 100001 1010 0 1010011 1011111 11010 1000 1011010 100111

Color Harmonies of #BD210A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD210A

Black with #BD210A

Text Example


Text Example

White with #BD210A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD210A; }

 p { color: rgb(189,33,10); }

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

background-color css

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

 a { background-color: rgb(189,33,10); }

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

border-color css

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

 span { border-color: rgb(189,33,10); }

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