Html Css Color HEX #D62D1D Harley Davidson Orange

📋 copy color: '#D62D1D'

red 214 ◦ green 45 ◦ blue 29

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

Shades of Harley Davidson Orange #D62D1D

Tints of Harley Davidson Orange #D62D1D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.63%

 BLUE value IS 29 (11.72% from 255) = 10.07%

R = 74.31%
G = 15.63%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D62D1D (or 0xD62D1D) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 1D. RGB value is (214,45,29). Sum of RGB (Red+Green+Blue) = 214+45+29=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 29 (11.72% from 255 or 10.07% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D62D1D is #29D2E2. Grayscale: #5D5D5D. Windows color (decimal): -2740963 or 1912278. OLE color: 1912278.

HSL color Cylindrical-coordinate representation of color #D62D1D: hue angle of 5.19º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D62D1D is Cyan = 0, Magento = 0.79, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 45 29 -
CMYK 0 0.79 0.86 0.16
HSL 5.19º 0.76% 0.48% -
HSV(B) 5.19º 0.86% 0.84% -
XYZ 28.89 16.26 2.78 -
YUV 93.71 91.49 213.8 -
System Red Green Blue C M Y K H S L
Decimal 214 45 29 0 0.79 0.86 0.16 5.19 0.76 0.48
Hex D6 2D 1D 0 4F 56 10 5 4C 30
Octal 326 55 35 0 117 126 20 5 114 60
Binary 11010110 101101 11101 0 1001111 1010110 10000 101 1001100 110000

Color Harmonies of #D62D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D1D

Black with #D62D1D

Text Example


Text Example

White with #D62D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D1D; }

 p { color: rgb(214,45,29); }

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

background-color css

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

 a { background-color: rgb(214,45,29); }

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

border-color css

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

 span { border-color: rgb(214,45,29); }

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