Html Css Color HEX #DA2F0E Harley Davidson Orange

📋 copy color: '#DA2F0E'

red 218 ◦ green 47 ◦ blue 14

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

Shades of Harley Davidson Orange #DA2F0E

Tints of Harley Davidson Orange #DA2F0E

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.85%

 BLUE value IS 14 (5.86% from 255) = 5.02%

R = 78.14%
G = 16.85%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#DA2F0E (or 0xDA2F0E) is known color: Harley Davidson Orange. HEX triplet: DA, 2F and 0E. RGB value is (218,47,14). Sum of RGB (Red+Green+Blue) = 218+47+14=279 (36% of max value = 765). Red value is 218 (85.55% from 255 or 78.14% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 14 (5.86% from 255 or 5.02% from 279); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2F0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2F0E is #25D0F1. Grayscale: #5E5E5E. Windows color (decimal): -2478322 or 929754. OLE color: 929754.

HSL color Cylindrical-coordinate representation of color #DA2F0E: hue angle of 9.71º degrees, saturation: 0.88, 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 #DA2F0E is Cyan = 0, Magento = 0.78, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 47 14 -
CMYK 0 0.78 0.94 0.15
HSL 9.71º 0.88% 0.45% -
HSV(B) 9.71º 0.94% 0.85% -
XYZ 30.01 16.97 2.11 -
YUV 94.37 82.65 216.18 -
System Red Green Blue C M Y K H S L
Decimal 218 47 14 0 0.78 0.94 0.15 9.71 0.88 0.45
Hex DA 2F E 0 4E 5E F A 58 2D
Octal 332 57 16 0 116 136 17 12 130 55
Binary 11011010 101111 1110 0 1001110 1011110 1111 1010 1011000 101101

Color Harmonies of #DA2F0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA2F0E

Black with #DA2F0E

Text Example


Text Example

White with #DA2F0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA2F0E; }

 p { color: rgb(218,47,14); }

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

background-color css

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

 a { background-color: rgb(218,47,14); }

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

border-color css

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

 span { border-color: rgb(218,47,14); }

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