Html Css Color HEX #D63923 Harley Davidson Orange

📋 copy color: '#D63923'

red 214 ◦ green 57 ◦ blue 35

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

Shades of Harley Davidson Orange #D63923

Tints of Harley Davidson Orange #D63923

RGB

 RED value IS 214 (83.98% from 255) = 69.93%

 GREEN value IS 57 (22.66% from 255) = 18.63%

 BLUE value IS 35 (14.06% from 255) = 11.44%

R = 69.93%
G = 18.63%
B = 11.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63923 (or 0xD63923) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 23. RGB value is (214,57,35). Sum of RGB (Red+Green+Blue) = 214+57+35=306 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.93% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 35 (14.06% from 255 or 11.44% from 306); Max value from RGB is 214 - color contains mainly: red. Hex color #D63923 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63923 is #29C6DC. Grayscale: #656565. Windows color (decimal): -2737885 or 2308566. OLE color: 2308566.

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

Color convert

RGB 214 57 35 -
CMYK 0 0.73 0.84 0.16
HSL 7.37º 0.72% 0.49% -
HSV(B) 7.37º 0.84% 0.84% -
XYZ 29.5 17.34 3.38 -
YUV 101.44 90.51 208.29 -
System Red Green Blue C M Y K H S L
Decimal 214 57 35 0 0.73 0.84 0.16 7.37 0.72 0.49
Hex D6 39 23 0 49 54 10 7 48 31
Octal 326 71 43 0 111 124 20 7 110 61
Binary 11010110 111001 100011 0 1001001 1010100 10000 111 1001000 110001

Color Harmonies of #D63923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63923

Black with #D63923

Text Example


Text Example

White with #D63923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63923; }

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

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

background-color css

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

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

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

border-color css

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

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

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