Html Css Color HEX #D63C22 Harley Davidson Orange

📋 copy color: '#D63C22'

red 214 ◦ green 60 ◦ blue 34

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

Shades of Harley Davidson Orange #D63C22

Tints of Harley Davidson Orange #D63C22

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.48%

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

R = 69.48%
G = 19.48%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D63C22 (or 0xD63C22) is known color: Harley Davidson Orange. HEX triplet: D6, 3C and 22. RGB value is (214,60,34). Sum of RGB (Red+Green+Blue) = 214+60+34=308 (40% of max value = 765). Red value is 214 (83.98% from 255 or 69.48% from 308); Green value is 60 (23.83% from 255 or 19.48% from 308); Blue value is 34 (13.67% from 255 or 11.04% from 308); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C22 is #29C3DD. Grayscale: #676767. Windows color (decimal): -2737118 or 2243798. OLE color: 2243798.

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

Color convert

RGB 214 60 34 -
CMYK 0 0.72 0.84 0.16
HSL 8.67º 0.73% 0.49% -
HSV(B) 8.67º 0.84% 0.84% -
XYZ 29.64 17.64 3.36 -
YUV 103.08 89.02 207.11 -
System Red Green Blue C M Y K H S L
Decimal 214 60 34 0 0.72 0.84 0.16 8.67 0.73 0.49
Hex D6 3C 22 0 48 54 10 9 49 31
Octal 326 74 42 0 110 124 20 11 111 61
Binary 11010110 111100 100010 0 1001000 1010100 10000 1001 1001001 110001

Color Harmonies of #D63C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C22

Black with #D63C22

Text Example


Text Example

White with #D63C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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