Html Css Color HEX #D63822 Harley Davidson Orange

📋 copy color: '#D63822'

red 214 ◦ green 56 ◦ blue 34

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

Shades of Harley Davidson Orange #D63822

Tints of Harley Davidson Orange #D63822

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.42%

 BLUE value IS 34 (13.67% from 255) = 11.18%

R = 70.39%
G = 18.42%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63822 (or 0xD63822) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 22. RGB value is (214,56,34). Sum of RGB (Red+Green+Blue) = 214+56+34=304 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.39% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 214 - color contains mainly: red. Hex color #D63822 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63822 is #29C7DD. Grayscale: #646464. Windows color (decimal): -2738142 or 2242774. OLE color: 2242774.

HSL color Cylindrical-coordinate representation of color #D63822: hue angle of 7.33º degrees, saturation: 0.73, 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 #D63822 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 34 -
CMYK 0 0.74 0.84 0.16
HSL 7.33º 0.73% 0.49% -
HSV(B) 7.33º 0.84% 0.84% -
XYZ 29.43 17.24 3.29 -
YUV 100.73 90.35 208.79 -
System Red Green Blue C M Y K H S L
Decimal 214 56 34 0 0.74 0.84 0.16 7.33 0.73 0.49
Hex D6 38 22 0 4A 54 10 7 49 31
Octal 326 70 42 0 112 124 20 7 111 61
Binary 11010110 111000 100010 0 1001010 1010100 10000 111 1001001 110001

Color Harmonies of #D63822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63822

Black with #D63822

Text Example


Text Example

White with #D63822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63822; }

 p { color: rgb(214,56,34); }

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

background-color css

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

 a { background-color: rgb(214,56,34); }

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

border-color css

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

 span { border-color: rgb(214,56,34); }

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