Html Css Color HEX #DA4312 Harley Davidson Orange

📋 copy color: '#DA4312'

red 218 ◦ green 67 ◦ blue 18

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

Shades of Harley Davidson Orange #DA4312

Tints of Harley Davidson Orange #DA4312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 5.94%

R = 71.95%
G = 22.11%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA4312 (or 0xDA4312) is known color: Harley Davidson Orange. HEX triplet: DA, 43 and 12. RGB value is (218,67,18). Sum of RGB (Red+Green+Blue) = 218+67+18=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA4312 is #25BCED. Grayscale: #6A6A6A. Windows color (decimal): -2473198 or 1197018. OLE color: 1197018.

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

Color convert

RGB 218 67 18 -
CMYK 0 0.69 0.92 0.15
HSL 14.7º 0.85% 0.46% -
HSV(B) 14.7º 0.92% 0.85% -
XYZ 31.03 18.96 2.6 -
YUV 106.56 78.03 207.48 -
System Red Green Blue C M Y K H S L
Decimal 218 67 18 0 0.69 0.92 0.15 14.7 0.85 0.46
Hex DA 43 12 0 45 5C F F 55 2E
Octal 332 103 22 0 105 134 17 17 125 56
Binary 11011010 1000011 10010 0 1000101 1011100 1111 1111 1010101 101110

Color Harmonies of #DA4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4312

Black with #DA4312

Text Example


Text Example

White with #DA4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4312; }

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

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

background-color css

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

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

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

border-color css

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

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

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