Html Css Color HEX #D4321A Harley Davidson Orange

📋 copy color: '#D4321A'

red 212 ◦ green 50 ◦ blue 26

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

Shades of Harley Davidson Orange #D4321A

Tints of Harley Davidson Orange #D4321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 73.61%
G = 17.36%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4321A (or 0xD4321A) is known color: Harley Davidson Orange. HEX triplet: D4, 32 and 1A. RGB value is (212,50,26). Sum of RGB (Red+Green+Blue) = 212+50+26=288 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.61% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 212 - color contains mainly: red. Hex color #D4321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4321A is #2BCDE5. Grayscale: #5F5F5F. Windows color (decimal): -2870758 or 1716948. OLE color: 1716948.

HSL color Cylindrical-coordinate representation of color #D4321A: hue angle of 7.74º 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 #D4321A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 50 26 -
CMYK 0 0.76 0.88 0.17
HSL 7.74º 0.78% 0.47% -
HSV(B) 7.74º 0.88% 0.83% -
XYZ 28.48 16.35 2.63 -
YUV 95.7 88.67 210.95 -
System Red Green Blue C M Y K H S L
Decimal 212 50 26 0 0.76 0.88 0.17 7.74 0.78 0.47
Hex D4 32 1A 0 4C 58 11 8 4E 2F
Octal 324 62 32 0 114 130 21 10 116 57
Binary 11010100 110010 11010 0 1001100 1011000 10001 1000 1001110 101111

Color Harmonies of #D4321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4321A

Black with #D4321A

Text Example


Text Example

White with #D4321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4321A; }

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

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

background-color css

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

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

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

border-color css

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

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

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