Html Css Color HEX #D22714 Harley Davidson Orange

📋 copy color: '#D22714'

red 210 ◦ green 39 ◦ blue 20

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

Shades of Harley Davidson Orange #D22714

Tints of Harley Davidson Orange #D22714

RGB

 RED value IS 210 (82.42% from 255) = 78.07%

 GREEN value IS 39 (15.63% from 255) = 14.5%

 BLUE value IS 20 (8.2% from 255) = 7.43%

R = 78.07%
G = 14.5%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D22714 (or 0xD22714) is known color: Harley Davidson Orange. HEX triplet: D2, 27 and 14. RGB value is (210,39,20). Sum of RGB (Red+Green+Blue) = 210+39+20=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D22714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22714 is #2DD8EB. Grayscale: #585858. Windows color (decimal): -3004652 or 1320914. OLE color: 1320914.

HSL color Cylindrical-coordinate representation of color #D22714: hue angle of 6º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D22714 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 39 20 -
CMYK 0 0.81 0.90 0.18
HSL 0.83% 0.45% -
HSV(B) 0.9% 0.82% -
XYZ 27.43 15.2 2.15 -
YUV 87.96 89.65 215.04 -
System Red Green Blue C M Y K H S L
Decimal 210 39 20 0 0.81 0.90 0.18 6 0.83 0.45
Hex D2 27 14 0 51 5A 12 6 53 2D
Octal 322 47 24 0 121 132 22 6 123 55
Binary 11010010 100111 10100 0 1010001 1011010 10010 110 1010011 101101

Color Harmonies of #D22714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22714

Black with #D22714

Text Example


Text Example

White with #D22714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22714; }

 p { color: rgb(210,39,20); }

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

background-color css

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

 a { background-color: rgb(210,39,20); }

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

border-color css

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

 span { border-color: rgb(210,39,20); }

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