Html Css Color HEX #D4301A Harley Davidson Orange

📋 copy color: '#D4301A'

red 212 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #D4301A

Tints of Harley Davidson Orange #D4301A

RGB

 RED value IS 212 (83.2% from 255) = 74.13%

 GREEN value IS 48 (19.14% from 255) = 16.78%

 BLUE value IS 26 (10.55% from 255) = 9.09%

R = 74.13%
G = 16.78%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4301A (or 0xD4301A) is known color: Harley Davidson Orange. HEX triplet: D4, 30 and 1A. RGB value is (212,48,26). Sum of RGB (Red+Green+Blue) = 212+48+26=286 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.13% from 286); Green value is 48 (19.14% from 255 or 16.78% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 212 - color contains mainly: red. Hex color #D4301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4301A is #2BCFE5. Grayscale: #5E5E5E. Windows color (decimal): -2871270 or 1716436. OLE color: 1716436.

HSL color Cylindrical-coordinate representation of color #D4301A: hue angle of 7.1º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D4301A is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 48 26 -
CMYK 0 0.77 0.88 0.17
HSL 7.1º 0.78% 0.47% -
HSV(B) 7.1º 0.88% 0.83% -
XYZ 28.39 16.19 2.6 -
YUV 94.53 89.33 211.79 -
System Red Green Blue C M Y K H S L
Decimal 212 48 26 0 0.77 0.88 0.17 7.1 0.78 0.47
Hex D4 30 1A 0 4D 58 11 7 4E 2F
Octal 324 60 32 0 115 130 21 7 116 57
Binary 11010100 110000 11010 0 1001101 1011000 10001 111 1001110 101111

Color Harmonies of #D4301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4301A

Black with #D4301A

Text Example


Text Example

White with #D4301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4301A; }

 p { color: rgb(212,48,26); }

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

background-color css

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

 a { background-color: rgb(212,48,26); }

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

border-color css

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

 span { border-color: rgb(212,48,26); }

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