Html Css Color HEX #D62F03 Harley Davidson Orange

📋 copy color: '#D62F03'

red 214 ◦ green 47 ◦ blue 3

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

Shades of Harley Davidson Orange #D62F03

Tints of Harley Davidson Orange #D62F03

RGB

 RED value IS 214 (83.98% from 255) = 81.06%

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

 BLUE value IS 3 (1.56% from 255) = 1.14%

R = 81.06%
G = 17.8%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D62F03 (or 0xD62F03) is known color: Harley Davidson Orange. HEX triplet: D6, 2F and 03. RGB value is (214,47,3). Sum of RGB (Red+Green+Blue) = 214+47+3=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D62F03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62F03 is #29D0FC. Grayscale: #5C5C5C. Windows color (decimal): -2740477 or 208854. OLE color: 208854.

HSL color Cylindrical-coordinate representation of color #D62F03: hue angle of 12.51º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D62F03 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 47 3 -
CMYK 0 0.78 0.99 0.16
HSL 12.51º 0.97% 0.43% -
HSV(B) 12.51º 0.99% 0.84% -
XYZ 28.76 16.34 1.72 -
YUV 91.92 77.83 215.08 -
System Red Green Blue C M Y K H S L
Decimal 214 47 3 0 0.78 0.99 0.16 12.51 0.97 0.43
Hex D6 2F 3 0 4E 63 10 D 61 2B
Octal 326 57 3 0 116 143 20 15 141 53
Binary 11010110 101111 11 0 1001110 1100011 10000 1101 1100001 101011

Color Harmonies of #D62F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62F03

Black with #D62F03

Text Example


Text Example

White with #D62F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62F03; }

 p { color: rgb(214,47,3); }

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

background-color css

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

 a { background-color: rgb(214,47,3); }

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

border-color css

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

 span { border-color: rgb(214,47,3); }

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