Html Css Color HEX #D7441C Harley Davidson Orange

📋 copy color: '#D7441C'

red 215 ◦ green 68 ◦ blue 28

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

Shades of Harley Davidson Orange #D7441C

Tints of Harley Davidson Orange #D7441C

RGB

 RED value IS 215 (84.38% from 255) = 69.13%

 GREEN value IS 68 (26.95% from 255) = 21.86%

 BLUE value IS 28 (11.33% from 255) = 9%

R = 69.13%
G = 21.86%
B = 9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7441C (or 0xD7441C) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 1C. RGB value is (215,68,28). Sum of RGB (Red+Green+Blue) = 215+68+28=311 (41% of max value = 765). Red value is 215 (84.38% from 255 or 69.13% from 311); Green value is 68 (26.95% from 255 or 21.86% from 311); Blue value is 28 (11.33% from 255 or 9.00% from 311); Max value from RGB is 215 - color contains mainly: red. Hex color #D7441C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7441C is #28BBE3. Grayscale: #6B6B6B. Windows color (decimal): -2669540 or 1852631. OLE color: 1852631.

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

Color convert

RGB 215 68 28 -
CMYK 0 0.68 0.87 0.16
HSL 12.83º 0.77% 0.48% -
HSV(B) 12.83º 0.87% 0.84% -
XYZ 30.3 18.67 3.1 -
YUV 107.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 215 68 28 0 0.68 0.87 0.16 12.83 0.77 0.48
Hex D7 44 1C 0 44 57 10 D 4D 30
Octal 327 104 34 0 104 127 20 15 115 60
Binary 11010111 1000100 11100 0 1000100 1010111 10000 1101 1001101 110000

Color Harmonies of #D7441C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7441C

Black with #D7441C

Text Example


Text Example

White with #D7441C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7441C; }

 p { color: rgb(215,68,28); }

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

background-color css

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

 a { background-color: rgb(215,68,28); }

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

border-color css

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

 span { border-color: rgb(215,68,28); }

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