Html Css Color HEX #D62200 Harley Davidson Orange

📋 copy color: '#D62200'

red 214 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #D62200

Tints of Harley Davidson Orange #D62200

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.71%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.29%
G = 13.71%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D62200 (or 0xD62200) is known color: Harley Davidson Orange. HEX triplet: D6, 22 and 00. RGB value is (214,34,0). Sum of RGB (Red+Green+Blue) = 214+34+0=248 (32% of max value = 765). Red value is 214 (83.98% from 255 or 86.29% from 248); Green value is 34 (13.67% from 255 or 13.71% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 214 - color contains mainly: red. Hex color #D62200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62200 is #29DDFF. Grayscale: #545454. Windows color (decimal): -2743808 or 8918. OLE color: 8918.

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

Color convert

RGB 214 34 0 -
CMYK 0 0.84 1 0.16
HSL 9.53º 1% 0.42% -
HSV(B) 9.53º 1% 0.84% -
XYZ 28.3 15.44 1.49 -
YUV 83.94 80.63 220.76 -
System Red Green Blue C M Y K H S L
Decimal 214 34 0 0 0.84 1 0.16 9.53 1 0.42
Hex D6 22 0 0 54 64 10 A 64 2A
Octal 326 42 0 0 124 144 20 12 144 52
Binary 11010110 100010 0 0 1010100 1100100 10000 1010 1100100 101010

Color Harmonies of #D62200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62200

Black with #D62200

Text Example


Text Example

White with #D62200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62200; }

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

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

background-color css

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

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

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

border-color css

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

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

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