Html Css Color HEX #DA3F0C Harley Davidson Orange

📋 copy color: '#DA3F0C'

red 218 ◦ green 63 ◦ blue 12

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

Shades of Harley Davidson Orange #DA3F0C

Tints of Harley Davidson Orange #DA3F0C

RGB

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

 GREEN value IS 63 (25% from 255) = 21.5%

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 74.4%
G = 21.5%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA3F0C (or 0xDA3F0C) is known color: Harley Davidson Orange. HEX triplet: DA, 3F and 0C. RGB value is (218,63,12). Sum of RGB (Red+Green+Blue) = 218+63+12=293 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.40% from 293); Green value is 63 (25% from 255 or 21.50% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3F0C is #25C0F3. Grayscale: #676767. Windows color (decimal): -2474228 or 802778. OLE color: 802778.

HSL color Cylindrical-coordinate representation of color #DA3F0C: hue angle of 14.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA3F0C is Cyan = 0, Magento = 0.71, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 63 12 -
CMYK 0 0.71 0.94 0.15
HSL 14.85º 0.9% 0.45% -
HSV(B) 14.85º 0.94% 0.85% -
XYZ 30.76 18.49 2.3 -
YUV 103.53 76.35 209.65 -
System Red Green Blue C M Y K H S L
Decimal 218 63 12 0 0.71 0.94 0.15 14.85 0.9 0.45
Hex DA 3F C 0 47 5E F F 5A 2D
Octal 332 77 14 0 107 136 17 17 132 55
Binary 11011010 111111 1100 0 1000111 1011110 1111 1111 1011010 101101

Color Harmonies of #DA3F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3F0C

Black with #DA3F0C

Text Example


Text Example

White with #DA3F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3F0C; }

 p { color: rgb(218,63,12); }

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

background-color css

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

 a { background-color: rgb(218,63,12); }

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

border-color css

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

 span { border-color: rgb(218,63,12); }

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