Html Css Color HEX #DA3D14 Harley Davidson Orange

📋 copy color: '#DA3D14'

red 218 ◦ green 61 ◦ blue 20

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

Shades of Harley Davidson Orange #DA3D14

Tints of Harley Davidson Orange #DA3D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 20 (8.2% from 255) = 6.69%

R = 72.91%
G = 20.4%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#DA3D14 (or 0xDA3D14) is known color: Harley Davidson Orange. HEX triplet: DA, 3D and 14. RGB value is (218,61,20). Sum of RGB (Red+Green+Blue) = 218+61+20=299 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.91% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 20 (8.20% from 255 or 6.69% from 299); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3D14 is #25C2EB. Grayscale: #676767. Windows color (decimal): -2474732 or 1326554. OLE color: 1326554.

HSL color Cylindrical-coordinate representation of color #DA3D14: hue angle of 12.42º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DA3D14 is Cyan = 0, Magento = 0.72, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 61 20 -
CMYK 0 0.72 0.91 0.15
HSL 12.42º 0.83% 0.47% -
HSV(B) 12.42º 0.91% 0.85% -
XYZ 30.71 18.29 2.57 -
YUV 103.27 81.01 209.83 -
System Red Green Blue C M Y K H S L
Decimal 218 61 20 0 0.72 0.91 0.15 12.42 0.83 0.47
Hex DA 3D 14 0 48 5B F C 53 2F
Octal 332 75 24 0 110 133 17 14 123 57
Binary 11011010 111101 10100 0 1001000 1011011 1111 1100 1010011 101111

Color Harmonies of #DA3D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D14

Black with #DA3D14

Text Example


Text Example

White with #DA3D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D14; }

 p { color: rgb(218,61,20); }

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

background-color css

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

 a { background-color: rgb(218,61,20); }

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

border-color css

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

 span { border-color: rgb(218,61,20); }

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