Html Css Color HEX #D23A06 Harley Davidson Orange

📋 copy color: '#D23A06'

red 210 ◦ green 58 ◦ blue 6

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

Shades of Harley Davidson Orange #D23A06

Tints of Harley Davidson Orange #D23A06

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.17%

 BLUE value IS 6 (2.73% from 255) = 2.19%

R = 76.64%
G = 21.17%
B = 2.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.18

RGB Variations

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

Color information

#D23A06 (or 0xD23A06) is known color: Harley Davidson Orange. HEX triplet: D2, 3A and 06. RGB value is (210,58,6). Sum of RGB (Red+Green+Blue) = 210+58+6=274 (36% of max value = 765). Red value is 210 (82.42% from 255 or 76.64% from 274); Green value is 58 (23.05% from 255 or 21.17% from 274); Blue value is 6 (2.73% from 255 or 2.19% from 274); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23A06 is #2DC5F9. Grayscale: #616161. Windows color (decimal): -2999802 or 408274. OLE color: 408274.

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

Color convert

RGB 210 58 6 -
CMYK 0 0.72 0.97 0.18
HSL 15.29º 0.94% 0.42% -
HSV(B) 15.29º 0.97% 0.82% -
XYZ 28.12 16.74 1.92 -
YUV 97.52 76.36 208.23 -
System Red Green Blue C M Y K H S L
Decimal 210 58 6 0 0.72 0.97 0.18 15.29 0.94 0.42
Hex D2 3A 6 0 48 61 12 F 5E 2A
Octal 322 72 6 0 110 141 22 17 136 52
Binary 11010010 111010 110 0 1001000 1100001 10010 1111 1011110 101010

Color Harmonies of #D23A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23A06

Black with #D23A06

Text Example


Text Example

White with #D23A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23A06; }

 p { color: rgb(210,58,6); }

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

background-color css

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

 a { background-color: rgb(210,58,6); }

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

border-color css

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

 span { border-color: rgb(210,58,6); }

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