Html Css Color HEX #DA4315 Harley Davidson Orange

📋 copy color: '#DA4315'

red 218 ◦ green 67 ◦ blue 21

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

Shades of Harley Davidson Orange #DA4315

Tints of Harley Davidson Orange #DA4315

RGB

 RED value IS 218 (85.55% from 255) = 71.24%

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 71.24%
G = 21.9%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#DA4315 (or 0xDA4315) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 15. RGB value is (218,67,21). Sum of RGB (Red+Green+Blue) = 218+67+21=306 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.24% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4315 is #25BCEA. Grayscale: #6B6B6B. Windows color (decimal): -2473195 or 1393626. OLE color: 1393626.

HSL color Cylindrical-coordinate representation of color #DA4315: hue angle of 14.01º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DA4315 is Cyan = 0, Magento = 0.69, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 67 21 -
CMYK 0 0.69 0.90 0.15
HSL 14.01º 0.82% 0.47% -
HSV(B) 14.01º 0.9% 0.85% -
XYZ 31.06 18.97 2.73 -
YUV 106.91 79.53 207.24 -
System Red Green Blue C M Y K H S L
Decimal 218 67 21 0 0.69 0.90 0.15 14.01 0.82 0.47
Hex DA 43 15 0 45 5A F E 52 2F
Octal 332 103 25 0 105 132 17 16 122 57
Binary 11011010 1000011 10101 0 1000101 1011010 1111 1110 1010010 101111

Color Harmonies of #DA4315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4315

Black with #DA4315

Text Example


Text Example

White with #DA4315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4315; }

 p { color: rgb(218,67,21); }

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

background-color css

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

 a { background-color: rgb(218,67,21); }

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

border-color css

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

 span { border-color: rgb(218,67,21); }

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