Html Css Color HEX #D63D22 Harley Davidson Orange

📋 copy color: '#D63D22'

red 214 ◦ green 61 ◦ blue 34

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

Shades of Harley Davidson Orange #D63D22

Tints of Harley Davidson Orange #D63D22

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19.74%

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

R = 69.26%
G = 19.74%
B = 11%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63D22 (or 0xD63D22) is known color: Harley Davidson Orange. HEX triplet: D6, 3D and 22. RGB value is (214,61,34). Sum of RGB (Red+Green+Blue) = 214+61+34=309 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.26% from 309); Green value is 61 (24.22% from 255 or 19.74% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 214 - color contains mainly: red. Hex color #D63D22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63D22 is #29C2DD. Grayscale: #676767. Windows color (decimal): -2736862 or 2244054. OLE color: 2244054.

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

Color convert

RGB 214 61 34 -
CMYK 0 0.71 0.84 0.16
HSL 0.73% 0.49% -
HSV(B) 0.84% 0.84% -
XYZ 29.69 17.75 3.37 -
YUV 103.67 88.69 206.7 -
System Red Green Blue C M Y K H S L
Decimal 214 61 34 0 0.71 0.84 0.16 9 0.73 0.49
Hex D6 3D 22 0 47 54 10 9 49 31
Octal 326 75 42 0 107 124 20 11 111 61
Binary 11010110 111101 100010 0 1000111 1010100 10000 1001 1001001 110001

Color Harmonies of #D63D22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63D22

Black with #D63D22

Text Example


Text Example

White with #D63D22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63D22; }

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

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

background-color css

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

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

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

border-color css

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

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

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