Html Css Color HEX #D63807 Harley Davidson Orange

📋 copy color: '#D63807'

red 214 ◦ green 56 ◦ blue 7

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

Shades of Harley Davidson Orange #D63807

Tints of Harley Davidson Orange #D63807

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 7 (3.13% from 255) = 2.53%

R = 77.26%
G = 20.22%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.16

RGB Variations

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

Color information

#D63807 (or 0xD63807) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 07. RGB value is (214,56,7). Sum of RGB (Red+Green+Blue) = 214+56+7=277 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.26% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 7 (3.12% from 255 or 2.53% from 277); Max value from RGB is 214 - color contains mainly: red. Hex color #D63807 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63807 is #29C7F8. Grayscale: #626262. Windows color (decimal): -2738169 or 473302. OLE color: 473302.

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

Color convert

RGB 214 56 7 -
CMYK 0 0.74 0.97 0.16
HSL 14.2º 0.94% 0.43% -
HSV(B) 14.2º 0.97% 0.84% -
XYZ 29.18 17.14 1.97 -
YUV 97.66 76.85 210.98 -
System Red Green Blue C M Y K H S L
Decimal 214 56 7 0 0.74 0.97 0.16 14.2 0.94 0.43
Hex D6 38 7 0 4A 61 10 E 5E 2B
Octal 326 70 7 0 112 141 20 16 136 53
Binary 11010110 111000 111 0 1001010 1100001 10000 1110 1011110 101011

Color Harmonies of #D63807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63807

Black with #D63807

Text Example


Text Example

White with #D63807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63807; }

 p { color: rgb(214,56,7); }

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

background-color css

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

 a { background-color: rgb(214,56,7); }

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

border-color css

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

 span { border-color: rgb(214,56,7); }

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