#D6230A

Color #D6230A Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #D6230A

Tints of Harley Davidson Orange #D6230A

Color information

#D6230A (or 0xD6230A) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 23 and 0A. RGB value is (214,35,10). Sum of RGB (Red+Green+Blue) = 214+35+10=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 35 (14.06% from 255 or 13.51% from 259); Blue value is 10 (4.30% from 255 or 3.86% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D6230A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6230A is #29DCF5. Grayscale: #555555. Windows color (decimal): -2743542 or 664534. OLE color: 664534.

HSL color Cylindrical-coordinate representation of color #D6230A: hue angle of 7.35º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D6230A is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB2143510-
CMYK00.840.950.16
HSL7.35º91.07%43.92%-
HSV(B)7.35º95.33%83.92%-
XYZ28.3915.521.79-
YUV85.6785.3219.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 82.63%
GREEN value IS 35 (14.06% from 255) = 13.51%
BLUE value IS 10 (4.30% from 255) = 3.86%
R=82.63%
G=13.51%
B=3.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.95
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214351000.840.950.167.3591.0743.92
HexD623A0545F1075b2c
Octal3264312012413720713354
Binary110101101000111010010101001011111100001111011011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6230A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6230A; }

 p { color: rgb(214,35,10); }

 H1.HeaderClassName
 {
   color: #D6230A;
 }
 .AnyTagClassName
 {
   color: #D6230A;
 }
</style>
background-color css

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

 a { background-color: rgb(214,35,10); }

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

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

 span { border-color: rgb(214,35,10); }

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