Html Css Color HEX #B42D14 Harley Davidson Orange

📋 copy color: '#B42D14'

red 180 ◦ green 45 ◦ blue 20

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

Shades of Harley Davidson Orange #B42D14

Tints of Harley Davidson Orange #B42D14

RGB

 RED value IS 180 (70.7% from 255) = 73.47%

 GREEN value IS 45 (17.97% from 255) = 18.37%

 BLUE value IS 20 (8.2% from 255) = 8.16%

R = 73.47%
G = 18.37%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.29

RGB Variations

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

Color information

#B42D14 (or 0xB42D14) is known color: Harley Davidson Orange. HEX triplet: B4, 2D and 14. RGB value is (180,45,20). Sum of RGB (Red+Green+Blue) = 180+45+20=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 20 (8.20% from 255 or 8.16% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #B42D14 is #4BD2EB. Grayscale: #525252. Windows color (decimal): -4969196 or 1322420. OLE color: 1322420.

HSL color Cylindrical-coordinate representation of color #B42D14: hue angle of 9.38º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B42D14 is Cyan = 0, Magento = 0.75, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 45 20 -
CMYK 0 0.75 0.89 0.29
HSL 9.38º 0.8% 0.39% -
HSV(B) 9.38º 0.89% 0.71% -
XYZ 19.89 11.63 1.86 -
YUV 82.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 180 45 20 0 0.75 0.89 0.29 9.38 0.8 0.39
Hex B4 2D 14 0 4B 59 1D 9 50 27
Octal 264 55 24 0 113 131 35 11 120 47
Binary 10110100 101101 10100 0 1001011 1011001 11101 1001 1010000 100111

Color Harmonies of #B42D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42D14

Black with #B42D14

Text Example


Text Example

White with #B42D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42D14; }

 p { color: rgb(180,45,20); }

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

background-color css

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

 a { background-color: rgb(180,45,20); }

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

border-color css

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

 span { border-color: rgb(180,45,20); }

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