Html Css Color HEX #D43C06 Harley Davidson Orange

📋 copy color: '#D43C06'

red 212 ◦ green 60 ◦ blue 6

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

Shades of Harley Davidson Orange #D43C06

Tints of Harley Davidson Orange #D43C06

RGB

 RED value IS 212 (83.2% from 255) = 76.26%

 GREEN value IS 60 (23.83% from 255) = 21.58%

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

R = 76.26%
G = 21.58%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D43C06 (or 0xD43C06) is known color: Harley Davidson Orange. HEX triplet: D4, 3C and 06. RGB value is (212,60,6). Sum of RGB (Red+Green+Blue) = 212+60+6=278 (36% of max value = 765). Red value is 212 (83.20% from 255 or 76.26% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43C06 is #2BC3F9. Grayscale: #636363. Windows color (decimal): -2868218 or 408788. OLE color: 408788.

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

Color convert

RGB 212 60 6 -
CMYK 0 0.72 0.97 0.17
HSL 15.73º 0.94% 0.43% -
HSV(B) 15.73º 0.97% 0.83% -
XYZ 28.8 17.24 1.98 -
YUV 99.29 75.36 208.39 -
System Red Green Blue C M Y K H S L
Decimal 212 60 6 0 0.72 0.97 0.17 15.73 0.94 0.43
Hex D4 3C 6 0 48 61 11 10 5E 2B
Octal 324 74 6 0 110 141 21 20 136 53
Binary 11010100 111100 110 0 1001000 1100001 10001 10000 1011110 101011

Color Harmonies of #D43C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43C06

Black with #D43C06

Text Example


Text Example

White with #D43C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43C06; }

 p { color: rgb(212,60,6); }

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

background-color css

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

 a { background-color: rgb(212,60,6); }

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

border-color css

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

 span { border-color: rgb(212,60,6); }

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