Html Css Color HEX #D4341A Harley Davidson Orange

📋 copy color: '#D4341A'

red 212 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #D4341A

Tints of Harley Davidson Orange #D4341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

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

R = 73.1%
G = 17.93%
B = 8.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D4341A (or 0xD4341A) is known color: Harley Davidson Orange. HEX triplet: D4, 34 and 1A. RGB value is (212,52,26). Sum of RGB (Red+Green+Blue) = 212+52+26=290 (38% of max value = 765). Red value is 212 (83.20% from 255 or 73.10% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 26 (10.55% from 255 or 8.97% from 290); Max value from RGB is 212 - color contains mainly: red. Hex color #D4341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4341A is #2BCBE5. Grayscale: #616161. Windows color (decimal): -2870246 or 1717460. OLE color: 1717460.

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

Color convert

RGB 212 52 26 -
CMYK 0 0.75 0.88 0.17
HSL 8.39º 0.78% 0.47% -
HSV(B) 8.39º 0.88% 0.83% -
XYZ 28.57 16.53 2.66 -
YUV 96.88 88.01 210.11 -
System Red Green Blue C M Y K H S L
Decimal 212 52 26 0 0.75 0.88 0.17 8.39 0.78 0.47
Hex D4 34 1A 0 4B 58 11 8 4E 2F
Octal 324 64 32 0 113 130 21 10 116 57
Binary 11010100 110100 11010 0 1001011 1011000 10001 1000 1001110 101111

Color Harmonies of #D4341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4341A

Black with #D4341A

Text Example


Text Example

White with #D4341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4341A; }

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

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

background-color css

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

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

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

border-color css

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

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

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