Html Css Color HEX #DA3D00 Harley Davidson Orange

📋 copy color: '#DA3D00'

red 218 ◦ green 61 ◦ blue 0

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

Shades of Harley Davidson Orange #DA3D00

Tints of Harley Davidson Orange #DA3D00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.14%
G = 21.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#DA3D00 (or 0xDA3D00) is known color: Harley Davidson Orange. HEX triplet: DA, 3D and 00. RGB value is (218,61,0). Sum of RGB (Red+Green+Blue) = 218+61+0=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 61 (24.22% from 255 or 21.86% from 279); Blue value is 0 (0.39% from 255 or 0% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA3D00 is #25C2FF. Grayscale: #656565. Windows color (decimal): -2474752 or 15834. OLE color: 15834.

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

Color convert

RGB 218 61 0 -
CMYK 0 0.72 1 0.15
HSL 16.79º 1% 0.43% -
HSV(B) 16.79º 1% 0.85% -
XYZ 30.58 18.24 1.91 -
YUV 100.99 71.01 211.46 -
System Red Green Blue C M Y K H S L
Decimal 218 61 0 0 0.72 1 0.15 16.79 1 0.43
Hex DA 3D 0 0 48 64 F 11 64 2B
Octal 332 75 0 0 110 144 17 21 144 53
Binary 11011010 111101 0 0 1001000 1100100 1111 10001 1100100 101011

Color Harmonies of #DA3D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3D00

Black with #DA3D00

Text Example


Text Example

White with #DA3D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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