Html Css Color HEX #D4260D Harley Davidson Orange

📋 copy color: '#D4260D'

red 212 ◦ green 38 ◦ blue 13

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

Shades of Harley Davidson Orange #D4260D

Tints of Harley Davidson Orange #D4260D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.45%

 BLUE value IS 13 (5.47% from 255) = 4.94%

R = 80.61%
G = 14.45%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D4260D (or 0xD4260D) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 0D. RGB value is (212,38,13). Sum of RGB (Red+Green+Blue) = 212+38+13=263 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.61% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 212 - color contains mainly: red. Hex color #D4260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4260D is #2BD9F2. Grayscale: #575757. Windows color (decimal): -2873843 or 861908. OLE color: 861908.

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

Color convert

RGB 212 38 13 -
CMYK 0 0.82 0.94 0.17
HSL 7.54º 0.88% 0.44% -
HSV(B) 7.54º 0.94% 0.83% -
XYZ 27.92 15.41 1.88 -
YUV 87.18 86.15 217.03 -
System Red Green Blue C M Y K H S L
Decimal 212 38 13 0 0.82 0.94 0.17 7.54 0.88 0.44
Hex D4 26 D 0 52 5E 11 8 58 2C
Octal 324 46 15 0 122 136 21 10 130 54
Binary 11010100 100110 1101 0 1010010 1011110 10001 1000 1011000 101100

Color Harmonies of #D4260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4260D

Black with #D4260D

Text Example


Text Example

White with #D4260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4260D; }

 p { color: rgb(212,38,13); }

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

background-color css

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

 a { background-color: rgb(212,38,13); }

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

border-color css

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

 span { border-color: rgb(212,38,13); }

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