Html Css Color HEX #D62600 Harley Davidson Orange

📋 copy color: '#D62600'

red 214 ◦ green 38 ◦ blue 0

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

Shades of Harley Davidson Orange #D62600

Tints of Harley Davidson Orange #D62600

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.08%

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

R = 84.92%
G = 15.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D62600 (or 0xD62600) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 00. RGB value is (214,38,0). Sum of RGB (Red+Green+Blue) = 214+38+0=252 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.92% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 214 - color contains mainly: red. Hex color #D62600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62600 is #29D9FF. Grayscale: #565656. Windows color (decimal): -2742784 or 9942. OLE color: 9942.

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

Color convert

RGB 214 38 0 -
CMYK 0 0.82 1 0.16
HSL 10.65º 1% 0.42% -
HSV(B) 10.65º 1% 0.84% -
XYZ 28.42 15.68 1.53 -
YUV 86.29 79.31 219.09 -
System Red Green Blue C M Y K H S L
Decimal 214 38 0 0 0.82 1 0.16 10.65 1 0.42
Hex D6 26 0 0 52 64 10 B 64 2A
Octal 326 46 0 0 122 144 20 13 144 52
Binary 11010110 100110 0 0 1010010 1100100 10000 1011 1100100 101010

Color Harmonies of #D62600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62600

Black with #D62600

Text Example


Text Example

White with #D62600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62600; }

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

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

background-color css

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

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

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

border-color css

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

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

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