Html Css Color HEX #DA381F Harley Davidson Orange

📋 copy color: '#DA381F'

red 218 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #DA381F

Tints of Harley Davidson Orange #DA381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 71.48%
G = 18.36%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#DA381F (or 0xDA381F) is known color: Harley Davidson Orange. HEX triplet: DA, 38 and 1F. RGB value is (218,56,31). Sum of RGB (Red+Green+Blue) = 218+56+31=305 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.48% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 218 - color contains mainly: red. Hex color #DA381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DA381F is #25C7E0. Grayscale: #656565. Windows color (decimal): -2476001 or 2046170. OLE color: 2046170.

HSL color Cylindrical-coordinate representation of color #DA381F: hue angle of 8.02º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DA381F is Cyan = 0, Magento = 0.74, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 56 31 -
CMYK 0 0.74 0.86 0.15
HSL 8.02º 0.75% 0.49% -
HSV(B) 8.02º 0.86% 0.85% -
XYZ 30.57 17.83 3.13 -
YUV 101.59 88.17 211.03 -
System Red Green Blue C M Y K H S L
Decimal 218 56 31 0 0.74 0.86 0.15 8.02 0.75 0.49
Hex DA 38 1F 0 4A 56 F 8 4B 31
Octal 332 70 37 0 112 126 17 10 113 61
Binary 11011010 111000 11111 0 1001010 1010110 1111 1000 1001011 110001

Color Harmonies of #DA381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA381F

Black with #DA381F

Text Example


Text Example

White with #DA381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA381F; }

 p { color: rgb(218,56,31); }

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

background-color css

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

 a { background-color: rgb(218,56,31); }

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

border-color css

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

 span { border-color: rgb(218,56,31); }

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