Html Css Color HEX #D62704 Harley Davidson Orange

📋 copy color: '#D62704'

red 214 ◦ green 39 ◦ blue 4

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

Shades of Harley Davidson Orange #D62704

Tints of Harley Davidson Orange #D62704

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

 BLUE value IS 4 (1.95% from 255) = 1.56%

R = 83.27%
G = 15.18%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D62704 (or 0xD62704) is known color: Harley Davidson Orange. HEX triplet: D6, 27 and 04. RGB value is (214,39,4). Sum of RGB (Red+Green+Blue) = 214+39+4=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D62704 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62704 is #29D8FB. Grayscale: #575757. Windows color (decimal): -2742524 or 272342. OLE color: 272342.

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

Color convert

RGB 214 39 4 -
CMYK 0 0.82 0.98 0.16
HSL 10º 0.96% 0.43% -
HSV(B) 10º 0.98% 0.84% -
XYZ 28.48 15.76 1.66 -
YUV 87.34 80.98 218.35 -
System Red Green Blue C M Y K H S L
Decimal 214 39 4 0 0.82 0.98 0.16 10 0.96 0.43
Hex D6 27 4 0 52 62 10 A 60 2B
Octal 326 47 4 0 122 142 20 12 140 53
Binary 11010110 100111 100 0 1010010 1100010 10000 1010 1100000 101011

Color Harmonies of #D62704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62704

Black with #D62704

Text Example


Text Example

White with #D62704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62704; }

 p { color: rgb(214,39,4); }

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

background-color css

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

 a { background-color: rgb(214,39,4); }

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

border-color css

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

 span { border-color: rgb(214,39,4); }

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