Html Css Color HEX #D74419 Harley Davidson Orange

📋 copy color: '#D74419'

red 215 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #D74419

Tints of Harley Davidson Orange #D74419

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 69.81%
G = 22.08%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D74419 (or 0xD74419) is known color: Harley Davidson Orange. HEX triplet: D7, 44 and 19. RGB value is (215,68,25). Sum of RGB (Red+Green+Blue) = 215+68+25=308 (40% of max value = 765). Red value is 215 (84.38% from 255 or 69.81% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 215 - color contains mainly: red. Hex color #D74419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D74419 is #28BBE6. Grayscale: #6B6B6B. Windows color (decimal): -2669543 or 1656023. OLE color: 1656023.

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

Color convert

RGB 215 68 25 -
CMYK 0 0.68 0.88 0.16
HSL 13.58º 0.79% 0.47% -
HSV(B) 13.58º 0.88% 0.84% -
XYZ 30.27 18.65 2.92 -
YUV 107.05 81.7 205 -
System Red Green Blue C M Y K H S L
Decimal 215 68 25 0 0.68 0.88 0.16 13.58 0.79 0.47
Hex D7 44 19 0 44 58 10 E 4F 2F
Octal 327 104 31 0 104 130 20 16 117 57
Binary 11010111 1000100 11001 0 1000100 1011000 10000 1110 1001111 101111

Color Harmonies of #D74419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D74419

Black with #D74419

Text Example


Text Example

White with #D74419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D74419; }

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

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

background-color css

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

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

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

border-color css

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

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

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