Html Css Color HEX #D62A0F Harley Davidson Orange

📋 copy color: '#D62A0F'

red 214 ◦ green 42 ◦ blue 15

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

Shades of Harley Davidson Orange #D62A0F

Tints of Harley Davidson Orange #D62A0F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.5%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 78.97%
G = 15.5%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D62A0F (or 0xD62A0F) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 0F. RGB value is (214,42,15). Sum of RGB (Red+Green+Blue) = 214+42+15=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62A0F is #29D5F0. Grayscale: #5A5A5A. Windows color (decimal): -2741745 or 994006. OLE color: 994006.

HSL color Cylindrical-coordinate representation of color #D62A0F: hue angle of 8.14º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D62A0F is Cyan = 0, Magento = 0.80, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 42 15 -
CMYK 0 0.80 0.93 0.16
HSL 8.14º 0.87% 0.45% -
HSV(B) 8.14º 0.93% 0.84% -
XYZ 28.65 15.99 2.03 -
YUV 90.35 85.48 216.2 -
System Red Green Blue C M Y K H S L
Decimal 214 42 15 0 0.80 0.93 0.16 8.14 0.87 0.45
Hex D6 2A F 0 50 5D 10 8 57 2D
Octal 326 52 17 0 120 135 20 10 127 55
Binary 11010110 101010 1111 0 1010000 1011101 10000 1000 1010111 101101

Color Harmonies of #D62A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A0F

Black with #D62A0F

Text Example


Text Example

White with #D62A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A0F; }

 p { color: rgb(214,42,15); }

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

background-color css

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

 a { background-color: rgb(214,42,15); }

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

border-color css

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

 span { border-color: rgb(214,42,15); }

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