Html Css Color HEX #D24422 Harley Davidson Orange

📋 copy color: '#D24422'

red 210 ◦ green 68 ◦ blue 34

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

Shades of Harley Davidson Orange #D24422

Tints of Harley Davidson Orange #D24422

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.79%

 BLUE value IS 34 (13.67% from 255) = 10.9%

R = 67.31%
G = 21.79%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D24422 (or 0xD24422) is known color: Harley Davidson Orange. HEX triplet: D2, 44 and 22. RGB value is (210,68,34). Sum of RGB (Red+Green+Blue) = 210+68+34=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 68 (26.95% from 255 or 21.79% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D24422 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24422 is #2DBBDD. Grayscale: #6A6A6A. Windows color (decimal): -2997214 or 2245842. OLE color: 2245842.

HSL color Cylindrical-coordinate representation of color #D24422: hue angle of 11.59º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D24422 is Cyan = 0, Magento = 0.68, Yellow = 0.84 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 68 34 -
CMYK 0 0.68 0.84 0.18
HSL 11.59º 0.72% 0.48% -
HSV(B) 11.59º 0.84% 0.82% -
XYZ 28.93 17.95 3.45 -
YUV 106.58 87.04 201.76 -
System Red Green Blue C M Y K H S L
Decimal 210 68 34 0 0.68 0.84 0.18 11.59 0.72 0.48
Hex D2 44 22 0 44 54 12 C 48 30
Octal 322 104 42 0 104 124 22 14 110 60
Binary 11010010 1000100 100010 0 1000100 1010100 10010 1100 1001000 110000

Color Harmonies of #D24422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24422

Black with #D24422

Text Example


Text Example

White with #D24422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24422; }

 p { color: rgb(210,68,34); }

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

background-color css

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

 a { background-color: rgb(210,68,34); }

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

border-color css

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

 span { border-color: rgb(210,68,34); }

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