Html Css Color HEX #D24313 Harley Davidson Orange

📋 copy color: '#D24313'

red 210 ◦ green 67 ◦ blue 19

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

Shades of Harley Davidson Orange #D24313

Tints of Harley Davidson Orange #D24313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 70.95%
G = 22.64%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D24313 (or 0xD24313) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 13. RGB value is (210,67,19). Sum of RGB (Red+Green+Blue) = 210+67+19=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D24313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D24313 is #2DBCEC. Grayscale: #686868. Windows color (decimal): -2997485 or 1262546. OLE color: 1262546.

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

Color convert

RGB 210 67 19 -
CMYK 0 0.68 0.91 0.18
HSL 15.08º 0.83% 0.45% -
HSV(B) 15.08º 0.91% 0.82% -
XYZ 28.7 17.76 2.53 -
YUV 104.29 79.88 203.4 -
System Red Green Blue C M Y K H S L
Decimal 210 67 19 0 0.68 0.91 0.18 15.08 0.83 0.45
Hex D2 43 13 0 44 5B 12 F 53 2D
Octal 322 103 23 0 104 133 22 17 123 55
Binary 11010010 1000011 10011 0 1000100 1011011 10010 1111 1010011 101101

Color Harmonies of #D24313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24313

Black with #D24313

Text Example


Text Example

White with #D24313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24313; }

 p { color: rgb(210,67,19); }

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

background-color css

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

 a { background-color: rgb(210,67,19); }

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

border-color css

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

 span { border-color: rgb(210,67,19); }

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