Html Css Color HEX #D24123 Harley Davidson Orange

📋 copy color: '#D24123'

red 210 ◦ green 65 ◦ blue 35

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

Shades of Harley Davidson Orange #D24123

Tints of Harley Davidson Orange #D24123

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

 BLUE value IS 35 (14.06% from 255) = 11.29%

R = 67.74%
G = 20.97%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D24123 (or 0xD24123) is known color: Harley Davidson Orange. HEX triplet: D2, 41 and 23. RGB value is (210,65,35). Sum of RGB (Red+Green+Blue) = 210+65+35=310 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.74% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 35 (14.06% from 255 or 11.29% from 310); Max value from RGB is 210 - color contains mainly: red. Hex color #D24123 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24123 is #2DBEDC. Grayscale: #696969. Windows color (decimal): -2997981 or 2310610. OLE color: 2310610.

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

Color convert

RGB 210 65 35 -
CMYK 0 0.69 0.83 0.18
HSL 10.29º 0.71% 0.48% -
HSV(B) 10.29º 0.83% 0.82% -
XYZ 28.77 17.6 3.47 -
YUV 104.94 88.54 202.94 -
System Red Green Blue C M Y K H S L
Decimal 210 65 35 0 0.69 0.83 0.18 10.29 0.71 0.48
Hex D2 41 23 0 45 53 12 A 47 30
Octal 322 101 43 0 105 123 22 12 107 60
Binary 11010010 1000001 100011 0 1000101 1010011 10010 1010 1000111 110000

Color Harmonies of #D24123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24123

Black with #D24123

Text Example


Text Example

White with #D24123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24123; }

 p { color: rgb(210,65,35); }

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

background-color css

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

 a { background-color: rgb(210,65,35); }

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

border-color css

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

 span { border-color: rgb(210,65,35); }

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