Html Css Color HEX #D2430D Harley Davidson Orange

📋 copy color: '#D2430D'

red 210 ◦ green 67 ◦ blue 13

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

Shades of Harley Davidson Orange #D2430D

Tints of Harley Davidson Orange #D2430D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.48%

R = 72.41%
G = 23.1%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D2430D (or 0xD2430D) is known color: Harley Davidson Orange. HEX triplet: D2, 43 and 0D. RGB value is (210,67,13). Sum of RGB (Red+Green+Blue) = 210+67+13=290 (38% of max value = 765). Red value is 210 (82.42% from 255 or 72.41% from 290); Green value is 67 (26.56% from 255 or 23.10% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 210 - color contains mainly: red. Hex color #D2430D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2430D is #2DBCF2. Grayscale: #676767. Windows color (decimal): -2997491 or 869330. OLE color: 869330.

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

Color convert

RGB 210 67 13 -
CMYK 0 0.68 0.94 0.18
HSL 16.45º 0.88% 0.44% -
HSV(B) 16.45º 0.94% 0.82% -
XYZ 28.66 17.75 2.3 -
YUV 103.6 76.88 203.89 -
System Red Green Blue C M Y K H S L
Decimal 210 67 13 0 0.68 0.94 0.18 16.45 0.88 0.44
Hex D2 43 D 0 44 5E 12 10 58 2C
Octal 322 103 15 0 104 136 22 20 130 54
Binary 11010010 1000011 1101 0 1000100 1011110 10010 10000 1011000 101100

Color Harmonies of #D2430D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2430D

Black with #D2430D

Text Example


Text Example

White with #D2430D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2430D; }

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

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

background-color css

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

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

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

border-color css

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

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

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